From 5a5b77a00e68db132c9288caddf58a4c510fb61a Mon Sep 17 00:00:00 2001 From: Steve Peters Date: Thu, 27 Jul 2023 13:31:25 -0700 Subject: [PATCH] Deprecate SuppressWarning.hh with #warning (#367) Signed-off-by: Steve Peters --- include/gz/utilities/SuppressWarning.hh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/gz/utilities/SuppressWarning.hh b/include/gz/utilities/SuppressWarning.hh index 903491c1..266d0192 100644 --- a/include/gz/utilities/SuppressWarning.hh +++ b/include/gz/utilities/SuppressWarning.hh @@ -18,6 +18,8 @@ #ifndef GZ_UTILITIES_SUPPRESSWARNING_HH_ #define GZ_UTILITIES_SUPPRESSWARNING_HH_ +#warning "This is deprecated, use gz/utils/SuppressWarning.hh instead." + #include // This header contains cross-platform macros for suppressing warnings. Please