wireshark/plugins
João Valverde 2aab706c5a Remove -Wwrite-strings compiler flag
The "-Wwrite-strings" flag produces nuisance warnings. These warnings are
not useful, they're impossible to fix in a sane way and therefore are being
handled with casts of static strings to (char *).

This just moves the warning to [-Wcast-qual] and a compiler pragma is
in turn required (and used) to squelch that warning.

Remove the Wwrite-strings warning. Let that responsibility fall on the
programmer (as is done by casting).

Change-Id: I5a44dfd9decd6d80797a521a3373593074962fb5
Reviewed-on: https://code.wireshark.org/review/12162
Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com>
Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
Reviewed-by: Michael Mann <mmann78@netscape.net>
2015-12-12 16:21:19 +00:00
..
docsis new_register_dissector -> register_dissector for remaining uses. 2015-12-11 03:42:37 +00:00
easy_codec <string.h>, not <memory.h>, is the header file for memcpy(). 2015-02-27 22:55:53 +00:00
ethercat new_create_dissector_handle -> create_dissector_handle for plugins. 2015-12-11 03:42:52 +00:00
gryphon new_create_dissector_handle -> create_dissector_handle for plugins. 2015-12-11 03:42:52 +00:00
irda new_register_dissector -> register_dissector for remaining uses. 2015-12-11 03:42:37 +00:00
m2m new_create_dissector_handle -> create_dissector_handle for plugins. 2015-12-11 03:42:52 +00:00
mate new_register_dissector -> register_dissector for remaining uses. 2015-12-11 03:42:37 +00:00
opcua new_create_dissector_handle -> create_dissector_handle for plugins. 2015-12-11 03:42:52 +00:00
profinet new_create_dissector_handle -> create_dissector_handle for plugins. 2015-12-11 03:42:52 +00:00
stats_tree Developers Guide updates for plugins with CMake 2015-11-24 06:04:57 +00:00
tpg new_create_dissector_handle -> create_dissector_handle for plugins. 2015-12-11 03:42:52 +00:00
unistim new_create_dissector_handle -> create_dissector_handle for plugins. 2015-12-11 03:42:52 +00:00
wimax new_create_dissector_handle -> create_dissector_handle for plugins. 2015-12-11 03:42:52 +00:00
wimaxasncp Remove -Wwrite-strings compiler flag 2015-12-12 16:21:19 +00:00
wimaxmacphy new_create_dissector_handle -> create_dissector_handle for plugins. 2015-12-11 03:42:52 +00:00
Custom.m4.example Continue to remove $Id$ from top of file 2014-03-31 18:48:06 +00:00
Custom.make.example Continue to remove $Id$ from top of file 2014-03-31 18:48:06 +00:00
Custom.nmake.example Update Custom.nmake.example with the change done in g2ef72cb 2015-03-14 19:34:32 +00:00
Makefile.am Add the easy_codec plugin to the source distribution. 2014-08-01 16:17:38 +00:00
Makefile.common.inc Continue to remove $Id$ from top of file 2014-03-31 18:48:06 +00:00
Makefile.nmake CMake: Add a top-level nsis_package target. 2015-03-12 22:47:42 +00:00