[bugfix] added warning flag to compile with gcc 13
authorhyeonseok lee <hs89.lee@samsung.com>
Thu, 27 Jul 2023 12:57:40 +0000 (21:57 +0900)
committerJijoong Moon <jijoong.moon@samsung.com>
Fri, 28 Jul 2023 04:53:15 +0000 (13:53 +0900)
 - Added Wno-maybe-uninitialized flag

Signed-off-by: hyeonseok lee <hs89.lee@samsung.com>
meson.build

index 2c4819c..3f081a4 100644 (file)
@@ -39,6 +39,7 @@ warning_flags = [
   '-Wno-error=varargs',
   '-Wdefaulted-function-deleted',
   '-ftree-vectorize',
+  '-Wno-maybe-uninitialized',
   '-Wno-unused-variable'
 ]