Skip to content

Commit 9353778

Browse files
committed
More MSYS2
Signed-off-by: Juan Cruz Viotti <jv@jviotti.com>
1 parent b21c52b commit 9353778

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cmake/FindPSL.cmake

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ if(NOT PSL_FOUND)
4242
-Wno-sign-compare
4343
-Wno-shadow
4444
-Wno-unused-variable
45-
-Wno-unused-function)
45+
-Wno-unused-function
46+
-Wno-char-subscripts)
4647

4748
if(NOT CMAKE_BUILD_TYPE STREQUAL "Debug")
4849
target_compile_options(psl PRIVATE

0 commit comments

Comments
 (0)