Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 7e2e79d8 authored by ZIMMERMANN Paul's avatar ZIMMERMANN Paul
Browse files

fixed clang warning

parent 5d9a2e03
No related branches found
No related tags found
No related merge requests found
Pipeline #995297 failed
...@@ -136,7 +136,7 @@ typedef __ecm_param_struct *ecm_params_ptr; ...@@ -136,7 +136,7 @@ typedef __ecm_param_struct *ecm_params_ptr;
#define ECM_MOD_REDC 4 #define ECM_MOD_REDC 4
/* values <= -16 or >= 16 have a special meaning */ /* values <= -16 or >= 16 have a special meaning */
const char *ecm_version(); const char *ecm_version(void);
int ecm_factor (mpz_t, mpz_t, double, ecm_params); int ecm_factor (mpz_t, mpz_t, double, ecm_params);
void ecm_init (ecm_params); void ecm_init (ecm_params);
void ecm_reset (ecm_params); void ecm_reset (ecm_params);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment