Try to fix some warnings when libdcp include asdcplib.
authorCarl Hetherington <cth@carlh.net>
Wed, 20 Apr 2022 22:25:29 +0000 (00:25 +0200)
committerCarl Hetherington <cth@carlh.net>
Wed, 20 Apr 2022 22:25:29 +0000 (00:25 +0200)
src/lib/compose.hpp

index 479493f1461e5e7b0b9ab012eed013bfb96acc35..32981abccd8d0fe1aa8b6fa7034b2de807dd93e6 100644 (file)
 #ifndef DCPOMATIC_STRING_COMPOSE_H
 #define DCPOMATIC_STRING_COMPOSE_H
 
+#include "warnings.h"
+DCPOMATIC_DISABLE_WARNINGS
 #include <dcp/locale_convert.h>
+DCPOMATIC_ENABLE_WARNINGS
 #include <boost/filesystem.hpp>
 #include <string>
 #include <list>