mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-19 22:13:28 -06:00
1341903bb7
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 |
||
---|---|---|
.. | ||
BlackoilState.hpp | ||
initState_impl.hpp | ||
initState.hpp | ||
SimulatorReport.cpp | ||
SimulatorReport.hpp | ||
TwophaseState.hpp | ||
WellState.hpp |