We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfbbd8b commit eb5b8cbCopy full SHA for eb5b8cb
1 file changed
src/dicom.imageio/dicominput.cpp
@@ -11,7 +11,10 @@
11
12
#define HAVE_CONFIG_H /* Sometimes DCMTK seems to need this */
13
#include <dcmtk/config/osconfig.h>
14
+OIIO_PRAGMA_WARNING_PUSH
15
+OIIO_GCC_PRAGMA(GCC diagnostic ignored "-Wformat-nonliteral")
16
#include <dcmtk/dcmdata/dctk.h>
17
+OIIO_PRAGMA_WARNING_POP
18
#include <dcmtk/dcmimage/dicopx.h>
19
#include <dcmtk/dcmimage/diregist.h>
20
#include <dcmtk/dcmimgle/dcmimage.h>
0 commit comments