projects
/
platform
/
core
/
uifw
/
autofill-daemon.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1aa0459
)
Fixed the build error using gcc 13
09/295109/1
author
wchang kim
<wchang.kim@samsung.com>
Mon, 3 Jul 2023 03:44:53 +0000
(12:44 +0900)
committer
wchang kim
<wchang.kim@samsung.com>
Mon, 3 Jul 2023 03:44:53 +0000
(12:44 +0900)
Change-Id: I92752e43bab04f2b54b51ae0d97aef7f15f30bec
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index 4ffcd2fd3eea21aa64cac1b9c497858531dd3d92..b206a8eefcf06b53cf13eafcd6167e5548fe0c78 100644
(file)
--- a/
CMakeLists.txt
+++ b/
CMakeLists.txt
@@
-31,6
+31,7
@@
FOREACH(flag ${pkgs_test_CFLAGS})
ENDFOREACH(flag)
ADD_DEFINITIONS("-DEXPORTED=__attribute__((visibility(\"default\")))")
+ADD_DEFINITIONS("-Wno-maybe-uninitialized")
SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} ${EXTRA_CFLAGS} -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wl,-z,relro -fPIE -pie")
SET(CMAKE_EXE_LINKER_FLAGS "-Wl,--as-needed -pie")