#
ENABLE_IF_SUPPORTED(DEAL_II_CXX_FLAGS "-Wno-unsupported-friend")
- ENABLE_IF_SUPPORTED(DEAL_II_CXX_FLAGS "-Wno-unused-parameter")
-
#
# Disable a diagnostic that warns about potentially uninstantiated static
# members. This leads to a ton of false positives.
>::type>
{
static ScalarType
- get_directional_derivative(const ScalarType &x,
- const unsigned int direction)
+ get_directional_derivative(const ScalarType &/*x*/,
+ const unsigned int /*direction*/)
{
// If the AD drivers are correctly implemented then we should not get here.
// This is essentially a dummy for when the ADNumberTypeCode for the original
{
template<typename NumberType>
- std::array<std::complex<NumberType>,3> hyperbolic_rotation(const std::complex<NumberType> &f,
- const std::complex<NumberType> &g)
+ std::array<std::complex<NumberType>,3> hyperbolic_rotation(const std::complex<NumberType> &/*f*/,
+ const std::complex<NumberType> &/*g*/)
{
AssertThrow(false, ExcNotImplemented());
std::array<NumberType,3> res;
template<typename NumberType>
- std::array<std::complex<NumberType>,3> givens_rotation(const std::complex<NumberType> &f,
- const std::complex<NumberType> &g)
+ std::array<std::complex<NumberType>,3> givens_rotation(const std::complex<NumberType> &/*f*/,
+ const std::complex<NumberType> &/*g*/)
{
AssertThrow(false, ExcNotImplemented());
std::array<NumberType,3> res;