From 73eb1bfd55d51f1dfeb6c49560e0096c9214a105 Mon Sep 17 00:00:00 2001 From: Stefan Werner Date: Tue, 26 Jun 2018 10:26:56 +0200 Subject: Revert "Turned off clang warnings in third party includes." This reverts commit d53093953f8f3b58600cb19020ecbe0b5f254b52. --- source/blender/imbuf/intern/openexr/openexr_api.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'source/blender') diff --git a/source/blender/imbuf/intern/openexr/openexr_api.cpp b/source/blender/imbuf/intern/openexr/openexr_api.cpp index 13c033523fa..a52ae75e87b 100644 --- a/source/blender/imbuf/intern/openexr/openexr_api.cpp +++ b/source/blender/imbuf/intern/openexr/openexr_api.cpp @@ -40,9 +40,6 @@ #include #include - -#pragma clang diagnostic push -#pragma clang diagnostic ignored "-Wdeprecated-register" #include #include #include @@ -67,7 +64,6 @@ #include #include #include -#pragma clang diagnostic pop #include "DNA_scene_types.h" /* For OpenEXR compression constants */ -- cgit v1.2.3