SOme updates
This commit is contained in:
@@ -28,6 +28,7 @@ void testTomMath(){
|
||||
#else
|
||||
//assert(err != MP_OKAY); //if this method succeed than tommath failed. Unknown why but it is so
|
||||
#endif
|
||||
(void) err;
|
||||
mp_clear_multi(&x, &n, &exp, &r, nullptr);
|
||||
}
|
||||
{
|
||||
@@ -53,6 +54,7 @@ void testTomMath(){
|
||||
#else
|
||||
//assert(err != MP_OKAY); //if this method succeed than tommath failed. Unknown why but it is so
|
||||
#endif
|
||||
(void) err;
|
||||
|
||||
mp_clear_multi(&x, &n, &exp, &r, nullptr);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user