LevelDB adds a -Wno-strict-prototypes then removes
-Wstrict-prototypes. This is redundant and does not work anymore since
it tries to remove the flag from the CFLAGS which are no longer used
for this purpose since D4947.
Details
Details
- Reviewers
deadalnix jasonbcox - Group Reviewers
Restricted Project - Commits
- rSTAGING784629a8ed62: [CMAKE] Remove useless remove_compile_flag in leveldb
rABC784629a8ed62: [CMAKE] Remove useless remove_compile_flag in leveldb
cmake -GNinja .. -DCMAKE_C_FLAGS="-Werror=strict-prototypes" ninja check-leveldb
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Branch
- cmake_remove_compiler_flag_leveldb
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 8976 Build 15917: Default Diff Build & Tests Build 15916: arc lint + arc unit