From: Carl Hetherington Date: Wed, 20 Apr 2022 22:25:29 +0000 (+0200) Subject: Try to fix some warnings when libdcp include asdcplib. X-Git-Tag: v2.16.10~54 X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=0582196d78d27c349e5be8f87186499acb4b322f Try to fix some warnings when libdcp include asdcplib. --- diff --git a/src/lib/compose.hpp b/src/lib/compose.hpp index 479493f14..32981abcc 100644 --- a/src/lib/compose.hpp +++ b/src/lib/compose.hpp @@ -34,7 +34,10 @@ #ifndef DCPOMATIC_STRING_COMPOSE_H #define DCPOMATIC_STRING_COMPOSE_H +#include "warnings.h" +DCPOMATIC_DISABLE_WARNINGS #include +DCPOMATIC_ENABLE_WARNINGS #include #include #include