Fix and enable -Wmissing-braces

This commit is contained in:
Cameron Gutman
2023-05-11 00:37:59 -05:00
parent 390dc1c245
commit ff046bb707
4 changed files with 15 additions and 13 deletions
+1 -1
View File
@@ -140,7 +140,7 @@ endif()
find_package(Boost COMPONENTS locale log filesystem program_options REQUIRED)
list(APPEND SUNSHINE_COMPILE_OPTIONS -Wall -Wno-missing-braces -Wno-sign-compare)
list(APPEND SUNSHINE_COMPILE_OPTIONS -Wall -Wno-sign-compare)
# enable system tray, we will disable this later if we cannot find the required package config on linux
set(SUNSHINE_TRAY 1)