diff options
| author | Stefan Eßer <se@FreeBSD.org> | 2025-09-11 14:07:46 +0000 |
|---|---|---|
| committer | Stefan Eßer <se@FreeBSD.org> | 2025-09-11 14:07:46 +0000 |
| commit | 682da5a0fdb2c38ecc3951047a882471d62aa1d1 (patch) | |
| tree | 9315c84201e10a5b4cec2eda91146cac4e1c904d /compile_flags.txt | |
| parent | 5a7f1dde93a4c681a5a4246ddabc562a7f7ce14d (diff) | |
vendor/bc: upgrade to version 7.1.0vendor/bc/7.1.0vendor/bc
This update fixes a few bugs:
- Improper response to double SIGINT with editline.
- Not letting libedit handle terminal size changes.
- A dc crash from improperly handling an error.
- A duplicate check for reference arrays.
- Build failures with GCC 15.
Diffstat (limited to 'compile_flags.txt')
| -rw-r--r-- | compile_flags.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/compile_flags.txt b/compile_flags.txt index 3324798013c6..64af9a35e75e 100644 --- a/compile_flags.txt +++ b/compile_flags.txt @@ -1,6 +1,9 @@ -Weverything -pedantic -Wno-unsafe-buffer-usage +-Wno-pre-c11-compat +-Wno-unknown-warning-option +-Wno-switch-default -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -D_BSD_SOURCE |
