244c867505
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 | ||
SimulatorCompressibleTwophase.cpp | ||
SimulatorCompressibleTwophase.hpp | ||
SimulatorIncompTwophase.cpp | ||
SimulatorIncompTwophase.hpp | ||
SimulatorReport.cpp | ||
SimulatorReport.hpp | ||
SimulatorTimer.cpp | ||
SimulatorTimer.hpp | ||
TwophaseState.hpp | ||
WellState.hpp |