wireshark/ui
Guy Harris 8ed7a73e22 Fix a bunch of warnings.
Cast away some implicit 64-bit-to-32-bit conversion errors due to use of
sizeof.

Cast away some implicit 64-bit-to-32-bit conversion errors due to use of
strtol() and strtoul().

Change some data types to avoid those implicit conversion warnings.

When assigning a constant to a float, make sure the constant isn't a
double, by appending "f" to the constant.

Constify a bunch of variables, parameters, and return values to
eliminate warnings due to strings being given const qualifiers.  Cast
away those warnings in some cases where an API we don't control forces
us to do so.

Enable a bunch of additional warnings by default.  Note why at least
some of the other warnings aren't enabled.

randpkt.c and text2pcap.c are used to build programs, so they don't need
to be in EXTRA_DIST.

If the user specifies --enable-warnings-as-errors, add -Werror *even if
the user specified --enable-extra-gcc-flags; assume they know what
they're doing and are willing to have the compile fail due to the extra
GCC warnings being treated as errors.

svn path=/trunk/; revision=46748
2012-12-26 05:57:06 +00:00
..
cli Fix a bunch of warnings. 2012-12-26 05:57:06 +00:00
gtk Fix a bunch of warnings. 2012-12-26 05:57:06 +00:00
qt Fix a bunch of warnings. 2012-12-26 05:57:06 +00:00
win32 Simplify #ifdef blocks 2012-10-21 19:17:36 +00:00
CMakeLists.txt Move common time shifting code to ui/time_shift.[ch]. Change the 2012-12-21 17:37:57 +00:00
Makefile.am libgtkui_dirty → libui_dirty. 2012-09-14 21:06:26 +00:00
Makefile.common Move common time shifting code to ui/time_shift.[ch]. Change the 2012-12-21 17:37:57 +00:00
Makefile.nmake Don't redefine WIRESHARK_UI_SRC 2012-09-15 10:01:21 +00:00
alert_box.c Fix indent and add Modelines info for new common ui source file(s) 2012-10-24 15:52:26 +00:00
alert_box.h Fix indent and add Modelines info for new common ui source file(s) 2012-10-24 15:52:26 +00:00
capture_globals.h Add Modelines info for new common ui source file(s) 2012-10-24 15:52:45 +00:00
doxygen.cfg.in Add @configure_input@ to a bunch of .in files that didn't have it. 2012-03-16 03:39:51 +00:00
export_object.c Fix numerous instances of a variable/parameter name "shadowing" a library function name; 2012-12-05 15:56:36 +00:00
export_object.h Fix indent and add Modelines info for new common ui source file(s) 2012-10-24 15:51:59 +00:00
export_object_dicom.c Fix indent and add Modelines info for new common ui source file(s) 2012-10-24 15:51:59 +00:00
export_object_http.c Fix indent and add Modelines info for new common ui source file(s) 2012-10-24 15:51:59 +00:00
export_object_smb.c Fix a bunch of warnings. 2012-12-26 05:57:06 +00:00
file_dialog.h Add Modelines info for new common ui source file(s) 2012-10-24 15:52:17 +00:00
help_url.c Add help buttons. Ifdef out some code on Windows. 2012-10-15 18:32:51 +00:00
help_url.h Add Modelines info for new common ui source file(s) 2012-10-24 15:52:17 +00:00
iface_lists.c On UN*X, if an interface has a description, use it as the "friendly 2012-11-22 06:02:49 +00:00
iface_lists.h Add Modelines info for new common ui source file(s) 2012-10-24 15:52:45 +00:00
last_open_dir.h Add Modelines info for new common ui source file(s) 2012-10-24 15:52:45 +00:00
main_statusbar.h Add Modelines info for new common ui source file(s) 2012-10-24 15:52:17 +00:00
progress_dlg.h Add Modelines info for new common ui source file(s) 2012-10-24 15:52:45 +00:00
recent.h Add Modelines info for new common ui source file(s) 2012-10-24 15:52:45 +00:00
recent_utils.h Fix a bunch of warnings. 2012-12-26 05:57:06 +00:00
simple_dialog.h Fix a bunch of warnings. 2012-12-26 05:57:06 +00:00
ssl_key_export.c Add Modelines info for new common ui source file(s) 2012-10-24 15:52:17 +00:00
ssl_key_export.h Fix a bunch of warnings. 2012-12-26 05:57:06 +00:00
text_import.c Fix a bunch of warnings. 2012-12-26 05:57:06 +00:00
text_import.h Fix indent and add Modelines info for new common ui source file(s) 2012-10-24 15:52:08 +00:00
text_import_scanner.h Add Modelines info for new common ui source file(s) 2012-10-24 15:52:45 +00:00
text_import_scanner.l Create a common libui using CMake similar to what we do with Autotools. 2012-09-14 20:23:18 +00:00
time_shift.c Move common time shifting code to ui/time_shift.[ch]. Change the 2012-12-21 17:37:57 +00:00
time_shift.h Move common time shifting code to ui/time_shift.[ch]. Change the 2012-12-21 17:37:57 +00:00
ui_util.h Add Modelines info for new common ui source file(s) 2012-10-24 15:52:45 +00:00
utf8_entities.h Move utf8_entities.h to the "ui" directory. Separate packet information 2012-08-01 19:18:49 +00:00
util.c Fix indent and add Modelines info for new common ui source file(s) 2012-10-24 15:52:35 +00:00
util.h Fix indent and add Modelines info for new common ui source file(s) 2012-10-24 15:52:35 +00:00