From 3ba4fb47e6825615b33168d559c3dc3dde99097d Mon Sep 17 00:00:00 2001 From: David Benjamin Date: Fri, 14 Jul 2017 15:54:42 -0400 Subject: [PATCH] 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 Commit-Queue: Steven Valdez --- fuzz/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fuzz/CMakeLists.txt b/fuzz/CMakeLists.txt index c4ca883e..556514f7 100644 --- a/fuzz/CMakeLists.txt +++ b/fuzz/CMakeLists.txt @@ -1,5 +1,7 @@ include_directories(../include) +set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-missing-prototypes") + add_executable( privkey