URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=da4aea6b55fe7cb7e718adf74aaca38f11ed88e0
Submitter: "Guy Harris <guy@xxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
da4aea6 by Guy Harris (guy@xxxxxxxxxxxx):
Remove a no-longer-needed DIAG_OFF/DIAG_ON pair.
If you're not casting anything, you're not casting away qualifiers, so
there's no need to disable warnings about casting away constness.
Change-Id: Ib6bb75a8683ce129078a09df385159c13d2cf306
Reviewed-on: https://code.wireshark.org/review/31355
Petri-Dish: Guy Harris <guy@xxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from 1cc4c15 doc/README.display_filter: Fix typo: asser -> assert
add da4aea6 Remove a no-longer-needed DIAG_OFF/DIAG_ON pair.
Summary of changes:
epan/prefs.c | 2 --
1 file changed, 2 deletions(-)