From d72b245d564ffd1b59df63dbed6ad98288b9c549 Mon Sep 17 00:00:00 2001 From: Nils Wentzell Date: Sat, 8 Aug 2020 20:53:25 -0400 Subject: [PATCH] [cmake] Disable warnings about use of comma operator in subscript operator --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 14385490..b9d9039a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -103,6 +103,7 @@ target_compile_options(${PROJECT_NAME}_warnings -Wextra -Wpedantic -Wno-sign-compare + -Wno-deprecated-comma-subscript $<$:-Wshadow=local> $<$:-Wno-attributes> $<$:-Wshadow>