]> www.ginac.de Git - cln.git/blobdiff - tests/main.cc
Fix sparc64 build with -DNO_ASM and reduce compiler warnings.
[cln.git] / tests / main.cc
index 136eb56a9f0c908cb444b70726721afac8179894..81572005007afc137862a7fbc3a78b1668fea65c 100644 (file)
@@ -49,7 +49,7 @@ int main (int argc, char* argv[])
 #if 0
        cl_I a = "77371252437321868671713407";
        cl_I w;
-       cl_boolean squarep = isqrt(a,&w);
+       bool squarep = isqrt(a,&w);
        DUMP(squarep);
        DUMP(w);
        DUMP(expt_pos(w,2) <= a);