From: brarcher Date: Sat, 25 Jan 2014 18:18:28 +0000 (+0000) Subject: remove main() args to remove warnings X-Git-Tag: 0.10.0~146 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1438897dcd146d319d2d627f73e0067370321397;p=check remove main() args to remove warnings git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@1071 64e312b2-a51f-0410-8e61-82d0ca0eb02a --- diff --git a/tests/check_mem_leaks.c b/tests/check_mem_leaks.c index 718c208..f640244 100644 --- a/tests/check_mem_leaks.c +++ b/tests/check_mem_leaks.c @@ -11,7 +11,7 @@ #include #include "config.h" -int main (int argc, char **argv) +int main () { int n; SRunner *sr;