Cleanup: remove warning suppression which is no longer needed

Since updating fmtlib these aren't needed.
This commit is contained in:
Campbell Barton 2023-11-30 15:02:52 +11:00
parent 7f8efbe593
commit 7897e2d299
1 changed files with 0 additions and 7 deletions

View File

@ -2,13 +2,6 @@
#
# SPDX-License-Identifier: GPL-2.0-or-later
if(CMAKE_COMPILER_IS_GNUCC)
# NOTE: Resolved up-stream, quiet noisy compiler warnings for now.
add_cxx_flag("-Wno-uninitialized")
# Needed as build-type options may be added after the CXX flag added above.
remove_cxx_flag("-Wuninitialized")
endif()
set(INC
include
)