From: Konstantinos Margaritis Date: Wed, 22 Mar 2023 08:49:19 +0000 (+0000) Subject: Force -funsigned-char to RAGEL_C_FLAGS X-Git-Tag: vectorscan/5.4.9^2~1^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9f8758d2701de5d31183cc61d80ebe40a0529ff9;p=thirdparty%2Fvectorscan.git Force -funsigned-char to RAGEL_C_FLAGS --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 22af3c5c..3d22d6ec 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -588,7 +588,7 @@ set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} ${EXTRA_C_FLAGS}") set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${EXTRA_CXX_FLAGS}") endif() -set(RAGEL_C_FLAGS "-Wno-unused") +set(RAGEL_C_FLAGS "-Wno-unused -funsigned-char") set_source_files_properties( ${CMAKE_BINARY_DIR}/src/parser/Parser.cpp