efl/src/benchmarks
Tom Callaway c245b576aa Fix build with gcc 10 (which has -fno-common enabled by default).
EFL failed to build from source in Fedora Rawhide as a result of the update to GCC 10. GCC 10 enables -fno-common by default, and this found three issues in EFL:

  # The eina benchmark code defined int key_size in a header that was included in multiple places.
  # The elementary test code defines the "dt1", "dt2", "dt3" vars in two code files which are compiled together (but these variables do not appear to be used globally)
  # The eio test code defines the "ee" var in two code files which are compiled together (but this variable does not appear to be used globally)

I've fixed these issues and confirmed locally that the code builds again in Fedora.

Reviewed-by: Marcel Hollerbach <mail@marcel-hollerbach.de>
Differential Revision: https://phab.enlightenment.org/D11259
2020-01-31 14:31:57 +01:00
..
eina Fix build with gcc 10 (which has -fno-common enabled by default). 2020-01-31 14:31:57 +01:00
elementary benchmarks: increase timeout value for running elementary benchmarks 2019-12-18 09:15:51 +01:00
eo autotools: REMOVAL! 2019-06-18 08:56:34 +02:00
evas autotools: REMOVAL! 2019-06-18 08:56:34 +02:00