From: Jason Merrill Date: Tue, 14 Jun 2022 21:56:08 +0000 (-0400) Subject: flags: add comment X-Git-Tag: basepoints/gcc-14~6066 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d89e64d4cbf5a4c3b8de120257da68944f31e759;p=thirdparty%2Fgcc.git flags: add comment gcc/ChangeLog: * flags.h (issue_strict_overflow_warning): Comment #endif. --- diff --git a/gcc/flags.h b/gcc/flags.h index 212e357a0fd..f679f006fff 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 */