aboutsummaryrefslogtreecommitdiff
path: root/gcc/flags.h
diff options
context:
space:
mode:
authorJason Merrill <jason@redhat.com>2022-06-14 17:56:08 -0400
committerJason Merrill <jason@redhat.com>2022-06-16 15:48:38 -0400
commitd89e64d4cbf5a4c3b8de120257da68944f31e759 (patch)
tree6d42cade4a02016932e3ed47847bb1c1b8ed7321 /gcc/flags.h
parentb2aaa44d2c9c0e5a31688a6e40a7b132dd03338a (diff)
downloadgcc-d89e64d4cbf5a4c3b8de120257da68944f31e759.zip
gcc-d89e64d4cbf5a4c3b8de120257da68944f31e759.tar.gz
gcc-d89e64d4cbf5a4c3b8de120257da68944f31e759.tar.bz2
flags: add comment
gcc/ChangeLog: * flags.h (issue_strict_overflow_warning): Comment #endif.
Diffstat (limited to 'gcc/flags.h')
-rw-r--r--gcc/flags.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/flags.h b/gcc/flags.h
index 212e357..f679f00 100644
--- a/gcc/flags.h
+++ b/gcc/flags.h
@@ -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 */