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))