X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=check%2Ftime_lw_F.cpp;h=bfd8dcb614029182d48ef24028afb19c94849577;hp=912a0cd294cc185ac9cfa2dbf7c27cc143f8160d;hb=b3283b8904fbc9617cb6293791c7a653e255ebbe;hpb=1f5afe37b4c079821de9810435fa9fa11e4ea17b diff --git a/check/time_lw_F.cpp b/check/time_lw_F.cpp index 912a0cd2..bfd8dcb6 100644 --- a/check/time_lw_F.cpp +++ b/check/time_lw_F.cpp @@ -23,7 +23,7 @@ #include "times.h" -static unsigned test(void) +static unsigned test() { symbol x("x"); symbol y("y"); @@ -38,7 +38,7 @@ static unsigned test(void) return 0; } -unsigned time_lw_F(void) +unsigned time_lw_F() { unsigned result = 0; unsigned count = 0;