Make KiCad compile with minimal warnings against SVN HEAD of wxWidgets as of today.

This commit is contained in:
Dick Hollenbeck
2014-01-07 19:34:04 -06:00
parent fe919cd456
commit 1c0f034bca
16 changed files with 243 additions and 160 deletions
+6 -1
View File
@@ -480,7 +480,12 @@ static inline const char* KICAD_BUILD_OPTIONS_SIGNATURE()
" (release,"
#endif
__WX_BO_UNICODE __ABI_VERSION __BO_COMPILER __WX_BO_STL
__WX_BO_WXWIN_COMPAT_2_6 __WX_BO_WXWIN_COMPAT_2_8 ")"
#if !wxCHECK_VERSION( 3, 0, 0 )
__WX_BO_WXWIN_COMPAT_2_6
#endif
__WX_BO_WXWIN_COMPAT_2_8 ")"
;
}