We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff319b0 commit bfa074fCopy full SHA for bfa074f
libfqfft/evaluation_domain/evaluation_domain.hpp
@@ -33,7 +33,7 @@ namespace libfqfft {
33
34
template<typename FieldT>
35
typename std::enable_if<std::is_same<FieldT, libff::Double>::value, bool>::type
36
-get_root_of_unity_will_throw(const size_t n)
+get_root_of_unity_will_throw(const size_t /*n*/)
37
{
38
return false;
39
}
0 commit comments