efl/src/bindings
Vitor Sousa f331d1c6cc cxx: remove a compilation warning for g++ 7.x
Remove a compilation warning about an unsupported warning category for g++ 7.x.

A `#pragma` directive was used to suppress a `-Wcast-function-type` warning
in g++.
Versions older than 8.x do not have this warning category and raises a warning
because of this directive.

Now this directive is only enabled for g++ version 8.x or newer.
2019-07-17 19:32:32 -03:00
..
cxx cxx: remove a compilation warning for g++ 7.x 2019-07-17 19:32:32 -03:00
js all: Simplify definition of EAPI 2018-01-18 18:04:03 +09:00
luajit eolian: add builtin binbuf and event types 2019-07-17 15:52:39 +02:00
mono csharp: Enable conversion of container Eina.Values 2019-07-11 15:57:32 -03:00