diff options
Diffstat (limited to 'tests/perf/fbperf.cxx')
-rw-r--r-- | tests/perf/fbperf.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/perf/fbperf.cxx b/tests/perf/fbperf.cxx index 01781725..d512ef80 100644 --- a/tests/perf/fbperf.cxx +++ b/tests/perf/fbperf.cxx @@ -378,7 +378,7 @@ static void dotest(TestWindow* win) 1.0 / (delay + rate * 1920 * 1080)); } -int main(int argc, char** argv) +int main(int /*argc*/, char** /*argv*/) { TestWindow* win; |