diff options
Diffstat (limited to 'libs/gui/BufferHubProducer.cpp')
-rw-r--r-- | libs/gui/BufferHubProducer.cpp | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/libs/gui/BufferHubProducer.cpp b/libs/gui/BufferHubProducer.cpp index c383f40355..70321caa96 100644 --- a/libs/gui/BufferHubProducer.cpp +++ b/libs/gui/BufferHubProducer.cpp @@ -14,21 +14,8 @@ * limitations under the License. */ -#if defined(__clang__) -#pragma clang diagnostic push -#pragma clang diagnostic ignored "-Weverything" -#endif - -// The following headers are included without checking every warning. -// TODO(b/72172820): Remove the workaround once we have enforced -Weverything -// in these headers and their dependencies. #include <dvr/dvr_api.h> #include <gui/BufferHubProducer.h> - -#if defined(__clang__) -#pragma clang diagnostic pop -#endif - #include <inttypes.h> #include <log/log.h> #include <system/window.h> |