wxwidgets/tests/strings
Vadim Zeitlin f2cfcd3d2f Avoid another warning triggered by the last warning workaround
Initialize a variable to avoid -Wmaybe-uninitialized triggered by using
wxUnusedVar() with it now.
2022-10-18 21:40:48 +02:00
..
crt.cpp Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
hexconv.cpp Remove BCC-specific hdrstop pragma from everywhere 2020-10-12 21:58:37 +02:00
iostream.cpp Remove BCC-specific hdrstop pragma from everywhere 2020-10-12 21:58:37 +02:00
numformatter.cpp Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
stdstrings.cpp Don't compare wide strings with narrow ones in the tests 2022-10-18 18:39:13 +02:00
strings.cpp Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
tokenizer.cpp Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
unichar.cpp Remove BCC-specific hdrstop pragma from everywhere 2020-10-12 21:58:37 +02:00
unicode.cpp Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
vararg.cpp Avoid another warning triggered by the last warning workaround 2022-10-18 21:40:48 +02:00
vsnprintf.cpp Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00