]> www.ginac.de Git - cln.git/blobdiff - src/complex/transcendental/cl_C_expt_C.cc
Replace unused macro with cl_unused.
[cln.git] / src / complex / transcendental / cl_C_expt_C.cc
index f4b8d2754dcf22fc82e99e5688dcd6867dfcc053..3e48acbb4fe38c1098e9278a60c179f79162b181 100644 (file)
@@ -89,7 +89,7 @@ inline const cl_N expt_0 (const cl_N& x)
        }
 #else
        // Exponent exakt 0 -> Ergebnis exakt 1
-       unused x;
+       cl_unused x;
        return 1;
 #endif
 }