LUMIERA.clone/tests/core
Ichthyostega 9ff79b86cf fix warnings found by CLang (3.5)
Note: not fixing all relevant warnings.

Especially, the "-Woverloaded-virtual" of Clang defeats the whole purpose
of generated generic interfaces. For example, our Variant type is instantiated
with a list of types the variant can hold. Through metaprogramming, this
instantiation generates also an embedded Visitor interface, which has
virtual 'handle(TY)' functions for all the types in question

The client now may implement, or even partially implement this Visitor,
to retrieve specific data out of given Variant instance with unknown conent.
To complain that some other virtual overload is now shaddowed is besides the point,
so we might consider to disable this warning altogether
2015-08-16 01:37:04 +02:00
..
application LANDING: transition to GTK-3 2015-05-30 17:11:41 +02:00
backend Switch from TR1 preveiw to the new standard headers 2014-04-03 22:42:48 +02:00
proc fix warnings found by CLang (3.5) 2015-08-16 01:37:04 +02:00
DIR_INFO re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00