fix C++ mode warnings

This commit is contained in:
toddouska
2015-08-17 16:47:39 -07:00
parent c812379924
commit 049a4c6460
3 changed files with 22 additions and 20 deletions

View File

@@ -1318,7 +1318,7 @@ Preconditions:
|f| bounded by 1.1*2^26,1.1*2^25,1.1*2^26,1.1*2^25,etc.
*/
static const unsigned char zero[32];
static const unsigned char zero[32] = {0};
int fe_isnonzero(const fe f)
{