-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Clang flag typo in cc-flags.m4 comment
-Wreserved-id-macro does not have a trailing s. Thanks, Julien ÉLIE.
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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 | ||
|