mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
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 |
||
---|---|---|
.. | ||
linalg | ||
pressure | ||
props | ||
simulator | ||
tof | ||
transport | ||
utility | ||
wells | ||
wells.h |