Hide warnings triggered by Ubuntu 20.04's gcc.
[dcpomatic.git] / src / tools / dcpomatic_server.cc
index cb4779ee3722c949278a7bdb1f4b4501f0a83164..a4ef0bc62a28ec8f37fd28b6cd7a3919173992fc 100644 (file)
 #include "lib/signaller.h"
 #include "lib/cross.h"
 #include "lib/dcpomatic_log.h"
+#include "lib/warnings.h"
+DCPOMATIC_DISABLE_WARNINGS
 #include <wx/taskbar.h>
 #include <wx/splash.h>
 #include <wx/icon.h>
+DCPOMATIC_ENABLE_WARNINGS
 #include <boost/thread.hpp>
 #include <boost/foreach.hpp>
 #include <boost/optional.hpp>