opm-simulators/opm/core
Roland Kaufmann 1341903bb7 Don't warn about functions not emitted
If a function is used by a template but this template is not
instantiated, the function will still be defined in the header
of a module but it won't be callable because it is in an anonymous
namespace and thus we get a warning.

This only happens in Clang; GCC consider functions referenced from
templates as used.

fixup! Don't warn about functions not emitted
2013-09-19 13:09:44 +02:00
..
linalg Set linear solver steps in criterion instead of ctor 2013-09-19 10:32:49 +02:00
pressure convert users of the ASSERT and the ASSERT2 macros to standard assert() 2013-09-05 13:04:37 +02:00
props convert users of MESSAGE to OPM_MESSAGE 2013-09-05 13:04:38 +02:00
simulator Don't warn about functions not emitted 2013-09-19 13:09:44 +02:00
tof convert users of MESSAGE to OPM_MESSAGE 2013-09-05 13:04:38 +02:00
transport convert users of the ASSERT and the ASSERT2 macros to standard assert() 2013-09-05 13:04:37 +02:00
utility convert users of MESSAGE to OPM_MESSAGE 2013-09-05 13:04:38 +02:00
wells convert users of MESSAGE to OPM_MESSAGE 2013-09-05 13:04:38 +02:00
wells.h Clean up well docs. 2013-03-20 14:14:53 +01:00