Skip to content

Commit

Permalink
Fix Clang flag typo in cc-flags.m4 comment
Browse files Browse the repository at this point in the history
-Wreserved-id-macro does not have a trailing s. Thanks, Julien ÉLIE.
  • Loading branch information
rra committed Feb 17, 2024
1 parent 6cb0778 commit 2f93f3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions m4/cc-flags.m4
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dnl
dnl The canonical version of this file is maintained in the rra-c-util
dnl package, available at <https://www.eyrie.org/~eagle/software/rra-c-util/>.
dnl
dnl Copyright 2016-2023 Russ Allbery <[email protected]>
dnl Copyright 2016-2024 Russ Allbery <[email protected]>
dnl Copyright 2006, 2009, 2016
dnl by Internet Systems Consortium, Inc. ("ISC")
dnl
Expand Down Expand Up @@ -97,7 +97,7 @@ dnl
dnl -Wcast-qual Some structs require casting away const
dnl -Wdisabled-macro-expansion Triggers on libc (sigaction.sa_handler)
dnl -Wpadded Not an actual problem
dnl -Wreserved-id-macros Autoconf sets several of these normally
dnl -Wreserved-id-macro Autoconf sets several of these normally
dnl -Wreserved-identifer False positive with FD_ZERO
dnl -Wsign-conversion Too many fiddly changes for the benefit
dnl -Wtautological-pointer-compare False positives with for loops
Expand Down

0 comments on commit 2f93f3a

Please sign in to comment.