mirror of
https://chromium.googlesource.com/libyuv/libyuv
synced 2025-12-06 08:46:47 +08:00
Use pragma comment to disable warning for ASSERT_NE when including gtest.h
- // IWYU pragma: export Bug: None Change-Id: Ic438b9712ca9bccb819358cb94fbee9a63389748 Reviewed-on: https://chromium-review.googlesource.com/c/libyuv/libyuv/+/6553193 Commit-Queue: Frank Barchard <fbarchard@chromium.org> Reviewed-by: Wan-Teh Chang <wtc@google.com>
This commit is contained in:
parent
84890943b3
commit
951e43439c
@ -18,7 +18,8 @@
|
||||
#include <sys/time.h>
|
||||
#endif
|
||||
|
||||
#include <gtest/gtest.h>
|
||||
// pragma to disable warning for ASSERT_NE
|
||||
#include <gtest/gtest.h> // IWYU pragma: export
|
||||
|
||||
#include "libyuv/basic_types.h"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user