mirror of
https://github.com/reactos/reactos.git
synced 2026-06-04 18:30:41 +08:00
[CMAKE] Remove obsolete 'GCC_VERSION' checks (#2962)
following upgrade to RosBE 2.2.0 support and GCC 8.4.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
|
||||
if(GCC AND GCC_VERSION VERSION_GREATER 7)
|
||||
if(GCC)
|
||||
add_compile_flags("-Wno-stringop-overflow")
|
||||
endif()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user