Always use variadic macros and remove wxNO_VARIADIC_MACROS

Variadic macros are always available in C++11, which will be required
very soon, so don't bother testing for them and just always use them.
This commit is contained in:
Vadim Zeitlin 2022-10-07 18:06:24 +02:00
parent 0f2b8a2065
commit 73869d37fd
10 changed files with 3 additions and 71 deletions

View file

@ -747,12 +747,6 @@
*/
#cmakedefine VA_LIST_IS_ARRAY 1
/*
* Define if you don't want variadic macros to be used even if they are
* supported by the compiler.
*/
#cmakedefine wxNO_VARIADIC_MACROS
/*
* Define if your compiler has std::wstring
*/