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:
David Benjamin 2017-07-14 15:54:42 -04:00 committed by Steven Valdez
parent dbe01585ba
commit 3ba4fb47e6

View File

@ -1,5 +1,7 @@
include_directories(../include) include_directories(../include)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-missing-prototypes")
add_executable( add_executable(
privkey privkey