Skip to content

Commit

Permalink
Update macros.h
Browse files Browse the repository at this point in the history
  • Loading branch information
Levi-Armstrong authored Jan 17, 2024
1 parent 092ea85 commit b6825e2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tesseract_common/include/tesseract_common/macros.h
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit b6825e2

Please sign in to comment.