-
Notifications
You must be signed in to change notification settings - Fork 156
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Unconditionally add -Wextra GCC/Clang option and remove GCC_WEXTRA ma…
…cro (#190) * Unconditionally add -Wextra GCC/Clang option and remove GCC_WEXTRA macro * Updated ChangeLog
- Loading branch information
Showing
3 changed files
with
15 additions
and
21 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 |
---|---|---|
@@ -1,3 +1,13 @@ | ||
2024-08-26 Roy Hills <[email protected]> | ||
|
||
* configure.ac: Unconditionally add -Wextra to GCC and Clang compiler | ||
options instead of using the GCC_WEXTRA macro. -Wextra was added in | ||
GCC 3.4.0, which is 20 years old now, and has always been supported | ||
by Clang. There are no supported systems with earlier GCC versions. | ||
https://github.com/royhills/arp-scan/pull/190 | ||
|
||
* m4/gcc-wextra.m4: Removed. | ||
|
||
2024-08-14 Roy Hills <[email protected]> | ||
|
||
* get-iab: removed. This script is no longer needed and was depreciated | ||
|
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
This file was deleted.
Oops, something went wrong.