You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Address review feedback: make -Werror opt-in, centralize warning flags
- Gate -Werror, -Wundef, -Wnull-dereference, -Wmissing-prototypes behind
ROARING_WERROR option (OFF by default) so downstream builds are unaffected
- Centralize warning flag variables (C_EXTRA_WARNING_FLAGS,
AMALG_EXTRA_WARNING_FLAGS) in FindOptions.cmake
- Simplify preprocessor guards: use #if defined(X) instead of
#if defined(X) && X for macros guaranteed non-zero when defined
- Add defined(__STDC_VERSION__) guard for -Wundef clean C++ compilation
- Restore containers.c comments removed in previous commit
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments