plug-ins: No need to clang-specific pragma
This partially reverts 94f77bd2
This commit is contained in:
parent
2e7ab376bf
commit
1dd77b6fdf
1 changed files with 0 additions and 3 deletions
|
|
@ -49,8 +49,6 @@
|
|||
/* ignore deprecated warnings from OpenEXR headers */
|
||||
#pragma GCC diagnostic push
|
||||
#pragma GCC diagnostic ignored "-Wdeprecated"
|
||||
#pragma clang diagnostic push
|
||||
#pragma clang diagnostic ignored "-Wdeprecated-register"
|
||||
|
||||
#include <lcms2.h>
|
||||
|
||||
|
|
@ -62,7 +60,6 @@
|
|||
#include <ImfStandardAttributes.h>
|
||||
|
||||
#pragma GCC diagnostic pop
|
||||
#pragma clang diagnostic pop
|
||||
|
||||
#include "exr-attribute-blob.h"
|
||||
#include "openexr-wrapper.h"
|
||||
|
|
|
|||
Loading…
Reference in a new issue