From 94ace8e9fb2cbcf6f849edefd6b5e4c4a2d3ed7f Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 26 Jul 2020 02:27:48 +0200 Subject: Ignore wxWidgets warnings in a nicer way. --- src/wx/table_dialog.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/wx/table_dialog.h') diff --git a/src/wx/table_dialog.h b/src/wx/table_dialog.h index a5015ee59..fdc2022c8 100644 --- a/src/wx/table_dialog.h +++ b/src/wx/table_dialog.h @@ -21,7 +21,10 @@ #ifndef DCPOMATIC_TABLE_DIALOG_H #define DCPOMATIC_TABLE_DIALOG_H +#include "lib/warnings.h" +DCPOMATIC_DISABLE_WARNINGS #include +DCPOMATIC_ENABLE_WARNINGS class TableDialog : public wxDialog { -- cgit v1.2.3