X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=check%2Ftime_lw_Pprime.cpp;h=69e07800dc26bc465bdf8d1539c0d3bb6a1ec079;hp=99d78692bda2421cb902061c39f027d5ce9ec211;hb=c8feefe95a6c219195aea22050f17e2294656f32;hpb=1f5afe37b4c079821de9810435fa9fa11e4ea17b diff --git a/check/time_lw_Pprime.cpp b/check/time_lw_Pprime.cpp index 99d78692..69e07800 100644 --- a/check/time_lw_Pprime.cpp +++ b/check/time_lw_Pprime.cpp @@ -23,7 +23,7 @@ #include "times.h" -static unsigned test(void) +static unsigned test() { // create the matrix from test P... const unsigned n = 10; @@ -64,7 +64,7 @@ static unsigned test(void) return 0; } -unsigned time_lw_Pprime(void) +unsigned time_lw_Pprime() { unsigned result = 0; unsigned count = 0;