Disable some more warnings.
authorCarl Hetherington <cth@carlh.net>
Sun, 27 Sep 2020 21:47:47 +0000 (23:47 +0200)
committerCarl Hetherington <cth@carlh.net>
Sun, 27 Sep 2020 21:47:47 +0000 (23:47 +0200)
src/wx/language_tag_dialog.h

index 3fc5251b8990107ce3d1aacf8542b901088b8115..1199e2d537a1de956884e251089a4fa82cfa1382 100644 (file)
 */
 
 
+#include "lib/warnings.h"
 #include <dcp/language_tag.h>
+DCPOMATIC_DISABLE_WARNINGS
 #include <wx/wx.h>
+DCPOMATIC_ENABLE_WARNINGS
 
 
 class wxListCtrl;