wxWidgets/tests/strings
Vadim Zeitlin 2a907769fb Suppress all -Wmissing-field-initializers in the test suite
There were many dozens of such warnings given for the various arrays
used in the tests and it just doesn't seem feasible nor desirable to fix
them all, so just suppress the warnings for all these arrays to get rid
of them with recent (7+?) versions of gcc.
2019-02-02 17:25:37 +01:00
..
crt.cpp
hexconv.cpp
iostream.cpp
numformatter.cpp Add wxOVERRIDE to test files 2018-07-29 12:08:53 +02:00
stdstrings.cpp Fix building tests with wxUSE_STL=1 and wxUSE_UNSAFE_WXSTRING_CONV=0 2018-02-08 10:05:21 +02:00
strings.cpp Suppress all -Wmissing-field-initializers in the test suite 2019-02-02 17:25:37 +01:00
tokenizer.cpp
unichar.cpp Add wxOVERRIDE to test files 2018-07-29 12:08:53 +02:00
unicode.cpp Fix a unit test in UTF-8 build using UTF-8 strings only 2017-11-03 23:11:32 +01:00
vararg.cpp Suppress some harmless clang warnings in the test suite 2019-01-04 23:51:31 +01:00
vsnprintf.cpp Add more wxOVERRIDE 2018-09-22 14:44:07 +02:00