Modify for deb build
authorJiho Chu <jiho.chu@samsung.com>
Wed, 3 Apr 2024 01:14:07 +0000 (10:14 +0900)
committerWook Song <wook16.song@samsung.com>
Tue, 18 Mar 2025 07:28:09 +0000 (16:28 +0900)
It modified for deb build error.

Signed-off-by: Jiho Chu <jiho.chu@samsung.com>
meson.build
src/core/utils/ne-utils.h

index d9b13561099179e2e8afa2d546ad277b3c776fd1..4f0248b5f6b56cbec7358be3ef2477be49495bb1 100644 (file)
@@ -40,6 +40,7 @@ warning_flags = [
   '-Wno-packed-not-aligned',
   '-Wno-unused-parameter',
   '-Wno-pedantic',
+  '-Wno-narrowing',
 ]
 
 foreach extra_arg : warning_c_flags
index e53acb9db0f23ba39e618e4c15cdceeeb95668c6..33b301f230371a85c3537bad9959bb8e441c4a9a 100644 (file)
@@ -22,6 +22,7 @@
 #include <functional>
 
 #include <typedef.h>
+#include <stdarg.h>
 #include <sys/user.h> /* PAGE_SIZE */
 
 #ifndef PAGE_SHIFT