Fix and enable -Wmaybe-uninitialized
This commit is contained in:
parent
f08ba0fd7c
commit
8db0ad0cc6
5 changed files with 16 additions and 23 deletions
|
|
@ -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-maybe-uninitialized -Wno-sign-compare)
|
||||
list(APPEND SUNSHINE_COMPILE_OPTIONS -Wall -Wno-missing-braces -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue