From: Włodzimierz Skiba Date: Tue, 9 Nov 2004 18:53:23 +0000 (+0000) Subject: Supress 48 warnings in wx\msw\uxtheme.h: 'va_start' macro will not work without an... X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/97035e2c0b63f8f74361f94ef5b04b25da490985 Supress 48 warnings in wx\msw\uxtheme.h: 'va_start' macro will not work without an argument before '...'. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30393 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/build/bakefiles/common.bkl b/build/bakefiles/common.bkl index 482d64a9bf..80454047fd 100644 --- a/build/bakefiles/common.bkl +++ b/build/bakefiles/common.bkl @@ -379,7 +379,7 @@ $(TAB)copy "$(DOLLAR)(InputPath)" $(SETUPHDIR)\wx\setup.h $(LIBDIRNAME) $(SETUPHDIR) max - -wcd=549 -wcd=656 -wcd=657 + -wcd=549 -wcd=656 -wcd=657 -wcd=667