URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=dd151914097acddb417fdcafd38c71f918e96cac
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
dd15191 by Gerald Combs (gerald@xxxxxxxxxxxxx):
Suppress a printf grouping warning.
Suppress
warning: ISO C does not support the ''' printf flag [-Wformat=]
We verify that we *do* support it via HAVE_GLIB_PRINTF_GROUPING.
Change-Id: Iedcf1d1856238e05babde5fe8ec23f64fbf2cdcf
Reviewed-on: https://code.wireshark.org/review/7238
Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
Actions performed:
from 0dd7714 Add AddressSanitizer (ASAN) build option --enable-asan for autotools -D ENABLE_ASAN:BOOL=TRUE for CMake
adds dd15191 Suppress a printf grouping warning.
Summary of changes:
wsutil/str_util.c | 3 +++
1 file changed, 3 insertions(+)