efl-cxx: Add -Wno-shadow to disable huge warnings in C++
authorFelipe Magno de Almeida <felipe@expertisesolutions.com.br>
Mon, 13 Aug 2018 15:12:44 +0000 (11:12 -0400)
committerShinwoo Kim <cinoo.kim@samsung.com>
Fri, 17 Aug 2018 04:15:03 +0000 (13:15 +0900)
commitac15275030c4612a4a4f79bd032c517c4a5952bb
treeca82eb1c71b91a9432eeaf4ae1f5c65ff2586e82
parent6ed9904495add45c6bf2f7fc73e2683f20173213
efl-cxx: Add -Wno-shadow to disable huge warnings in C++

Summary:
-Wno-shadow warnings disable a improper warning directive for C++, this is made because
it is common for people to use the same CFLAGS as CXXFLAGS, enabling, unadvertadly, the
smae warning for C and C++.

Reviewers: zmike

Reviewed By: zmike

Subscribers: cedric, #reviewers, #committers, zmike

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D6821
configure.ac