Build the fuzzers with -Wno-missing-prototypes.
There's not much point in enforcing this on these files, and clang complains about LLVMFuzzerTestOneInput. Change-Id: Ieae3287d7f7cd9736efd2b9fc11d0e6d89fcfa43 Reviewed-on: https://boringssl-review.googlesource.com/17806 Reviewed-by: Steven Valdez <svaldez@google.com> Commit-Queue: Steven Valdez <svaldez@google.com>
This commit is contained in:
parent
dbe01585ba
commit
3ba4fb47e6
@ -1,5 +1,7 @@
|
||||
include_directories(../include)
|
||||
|
||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-missing-prototypes")
|
||||
|
||||
add_executable(
|
||||
privkey
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user