From 5257a79e846c803bdab6f25e4dced260a708a88a Mon Sep 17 00:00:00 2001 From: Galaxy1458 <55453380+Galaxy1458@users.noreply.github.com> Date: Thu, 6 Apr 2023 14:28:28 +0800 Subject: [PATCH] Delete some flags in COMMON_FLAGS (#52564) * delete [-Wno-error=terminate], test=develop * remove GPUps[-Wterminate],test=develop * remove some -Wno-, test=develop --- cmake/flags.cmake | 3 --- 1 file changed, 3 deletions(-) diff --git a/cmake/flags.cmake b/cmake/flags.cmake index 516f306f728..261b5596cdd 100644 --- a/cmake/flags.cmake +++ b/cmake/flags.cmake @@ -144,11 +144,8 @@ if(NOT WIN32) -Werror -Wall -Wextra - -Wnon-virtual-dtor - -Wdelete-non-virtual-dtor -Wno-unused-parameter -Wno-unused-function - -Wno-error=literal-suffix -Wno-error=array-bounds #Warning in Eigen, gcc 12.2 -Wno-error=ignored-attributes # Warnings in Eigen, gcc 6.3 -Wno-error=int-in-bool-context # Warning in Eigen gcc 7.2 -- GitLab