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 60557681ad905633041a2375df371527f7e8bdea
Author: dimmus <dmitri.chudi...@gmail.com>
AuthorDate: Mon Oct 21 12:26:54 2024 +0500

    meson: remove useless warning list. We already have this by default meson setup.
---
 meson.build | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/meson.build b/meson.build
index 79f037d88f..c8b868380e 100644
--- a/meson.build
+++ b/meson.build
@@ -498,11 +498,4 @@ if FIRST_RUN and meson.version().version_compare('>=0.53.0')
   summary(summary_efl,  bool_yn: true, section: 'EFL tools')
   summary(summary_info, bool_yn: true, section: 'Information')
   summary(summary_pkg,  bool_yn: true, section: 'Packages')
-endif
-
-if warnings.length() > 0
-  warning('Warnings occured during configuration')
-  foreach warning : warnings
-    warning(warning)
-  endforeach
 endif
\ No newline at end of file

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

Reply via email to