This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch dev/dimmus/test
in repository efl.

View the commit online.

commit 50f90bed46fe21213457d9abee9a992d90acae89
Author: dimmus <dmitri.chudi...@gmail.com>
AuthorDate: Tue Oct 22 18:13:47 2024 +0500

    Fix error during apps startup
---
 meson.build             | 2 +-
 meson/flags/meson.build | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/meson.build b/meson.build
index 514b4817fd..1ff0ffd94d 100644
--- a/meson.build
+++ b/meson.build
@@ -422,7 +422,7 @@ endif
 
 # subdir(local_scripts)
 
-# meson.add_install_script('meson/meson_modules.sh', module_files)
+meson.add_install_script('meson/meson_modules.sh', module_files)
 
 foreach evas_loader_map_inst : evas_loader_map
   evas_loader_original = evas_loader_map_inst[0]
diff --git a/meson/flags/meson.build b/meson/flags/meson.build
index 009ebb380f..653da59afe 100644
--- a/meson/flags/meson.build
+++ b/meson/flags/meson.build
@@ -10,6 +10,7 @@ cxx_compiler_flags = []
 if COMPILER_IS_GNUCC
   # C_WARNINGS
   c_compiler_flags += [
+    '-fvisibility=hidden',
     '-Werror=implicit-function-declaration',
     '-Werror=return-type',
     '-Werror=pointer-arith',
@@ -509,6 +510,8 @@ if COMPILER_IS_CLANG
 
   # C_REMOVE_STRICT_FLAGS
   c_compiler_flags += [
+    '-Wno-typedef-redefinition',
+    '-Wno-void-pointer-to-enum-cast',
     '-Wno-unused-parameter',
     '-Wno-unused-variable',
     '-Wno-unused-macros',

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.

Reply via email to