From 8134cea0eeb369271b4090511bd62633d4614db2 Mon Sep 17 00:00:00 2001 From: Felix Kutzner Date: Sat, 13 Apr 2024 19:03:46 +0300 Subject: [PATCH] Remove -Wunused-private-field This option is not supported by the version of GCC in GitHub Workflows --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4622db9..47b0037 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -58,7 +58,6 @@ else() -Wextra -Wunused -Warray-bounds - -Wunused-private-field -pedantic ) endif()