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
- Lint
Lint Not Applicable - Unit
Tests Not Applicable