]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
flags: add comment
authorJason Merrill <jason@redhat.com>
Tue, 14 Jun 2022 21:56:08 +0000 (17:56 -0400)
committerJason Merrill <jason@redhat.com>
Thu, 16 Jun 2022 19:48:38 +0000 (15:48 -0400)
gcc/ChangeLog:

* flags.h (issue_strict_overflow_warning): Comment #endif.

gcc/flags.h

index 212e357a0fd24bbb9d2220a7eac17e93f0a7ed5e..f679f006fff198d95777de6b910186636add50d9 100644 (file)
@@ -112,6 +112,6 @@ extern class target_flag_state *this_target_flag_state;
 /* Whether to emit an overflow warning whose code is C.  */
 #define issue_strict_overflow_warning(c) (warn_strict_overflow >= (int) (c))
 
-#endif
+#endif /* ! in target library */
 
 #endif /* ! GCC_FLAGS_H */