Skip to content

Commit bfa074f

Browse files
committed
Fix some compile warnings
1 parent ff319b0 commit bfa074f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libfqfft/evaluation_domain/evaluation_domain.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ namespace libfqfft {
3333

3434
template<typename FieldT>
3535
typename std::enable_if<std::is_same<FieldT, libff::Double>::value, bool>::type
36-
get_root_of_unity_will_throw(const size_t n)
36+
get_root_of_unity_will_throw(const size_t /*n*/)
3737
{
3838
return false;
3939
}

0 commit comments

Comments
 (0)