From b6825e29f04613f6d38f4c57a6db1a2802576ac6 Mon Sep 17 00:00:00 2001 From: Levi Armstrong Date: Wed, 17 Jan 2024 07:46:01 -0600 Subject: [PATCH] Update macros.h --- tesseract_common/include/tesseract_common/macros.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tesseract_common/include/tesseract_common/macros.h b/tesseract_common/include/tesseract_common/macros.h index e86cc72cfd7..fd79d718153 100644 --- a/tesseract_common/include/tesseract_common/macros.h +++ b/tesseract_common/include/tesseract_common/macros.h @@ -59,8 +59,7 @@ #endif #define TESSERACT_COMMON_IGNORE_WARNINGS_POP \ - _Pragma("GCC diagnostic pop") \ - // NOLINTEND + _Pragma("GCC diagnostic pop") #elif defined(_MSC_VER) #define DEPRECATED(X) __declspec(deprecated(X))