From d89e64d4cbf5a4c3b8de120257da68944f31e759 Mon Sep 17 00:00:00 2001 From: Jason Merrill Date: Tue, 14 Jun 2022 17:56:08 -0400 Subject: [PATCH] flags: add comment gcc/ChangeLog: * flags.h (issue_strict_overflow_warning): Comment #endif. --- gcc/flags.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.47.2