mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Fix compiler warnings in tests.
This commit is contained in:
@@ -251,9 +251,9 @@ void mixed_pow_test() {
|
||||
unary_pow_test<double, long long>();
|
||||
|
||||
// The following cases will test promoting a wider exponent type
|
||||
// to a narrower base type. This should compile but generate a
|
||||
// to a narrower base type. This should compile but would generate a
|
||||
// deprecation warning:
|
||||
unary_pow_test<float, double>();
|
||||
// unary_pow_test<float, double>();
|
||||
}
|
||||
|
||||
void int_pow_test() {
|
||||
|
||||
Reference in New Issue
Block a user