jeyzu pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=25aabe7aa75a4636430b1b07234464bb733bbd36
commit 25aabe7aa75a4636430b1b07234464bb733bbd36 Author: Jérémy Zurcher <[email protected]> Date: Wed Aug 27 09:22:27 2014 +0200 add missing 'pragma GCC diagnostic push' --- src/bin/e_comp_wl.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bin/e_comp_wl.h b/src/bin/e_comp_wl.h index dca0592..e68a624 100644 --- a/src/bin/e_comp_wl.h +++ b/src/bin/e_comp_wl.h @@ -5,6 +5,7 @@ # define E_COMP_WL_H /* NB: Turn off shadow warnings for Wayland includes */ +# pragma GCC diagnostic push # pragma GCC diagnostic ignored "-Wshadow" # define WL_HIDE_DEPRECATED # include <wayland-server.h> --
