Suppress array-bounds warnings in mako.c

This commit is contained in:
sfc-gh-tclinkenbeard 2020-06-13 17:57:23 -07:00
parent 8595813b7d
commit 7344a4fb67
1 changed files with 2 additions and 0 deletions

View File

@ -72,6 +72,8 @@ if(NOT WIN32)
test/mako/utils.c
test/mako/utils.h)
set_source_files_properties(test/mako/mako.c PROPERTIES COMPILE_FLAGS -Wno-array-bounds)
if(OPEN_FOR_IDE)
add_library(fdb_c_performance_test OBJECT test/performance_test.c test/test.h)
add_library(fdb_c_ryw_benchmark OBJECT test/ryw_benchmark.c test/test.h)