]> git.saurik.com Git - wxWidgets.git/blobdiff - build/bakefiles/common.bkl
Rebaked (Bakefile 0.1.4)
[wxWidgets.git] / build / bakefiles / common.bkl
index 4f0eb875d02f906e27b7c8afe4c34d2286165091..3e04b9ab3b87b41dd573abec8141da87bc70969a 100644 (file)
@@ -388,6 +388,9 @@ $(TAB)copy "$(DOLLAR)(InputPath)" $(SETUPHDIR)\wx\setup.h
             -wcd=657 <!-- define this function inside its class definition (could have improved code quality) -->
             -wcd=667 <!-- 'va_start' macro will not work without an argument before '...' -->
         </cppflags-watcom>
+        <cppflags-mingw>
+            -Wno-ctor-dtor-privacy <!-- only defines a private destructor and has no friends -->
+        </cppflags-mingw>
     </template>
 
     <!-- for both GUI and wxBase libs/samples: -->