URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=db530d886ddb0adb0675094d3a4273967f677ee0
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
db530d8 by Guy Harris (guy@xxxxxxxxxxxx):
Squelch casting-away-constness warnings.
The pStr argument to dissect_mq_charv() isn't modified (and always
points to a character string), so make it a "const char *", and
eliminate the casts to "guint8 *" in calls to it.
Change-Id: I21dad38c41324528be297a8ddc1854beff2276db
Reviewed-on: https://code.wireshark.org/review/2877
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from 2a740bd Squash casting-away-constness warnings.
adds db530d8 Squelch casting-away-constness warnings.
Summary of changes:
epan/dissectors/packet-mq.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)