summaryrefslogtreecommitdiff
path: root/tests/gdimagefilter
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2016-07-13 02:20:38 +0200
committerChristoph M. Becker <cmbecker69@gmx.de>2016-07-13 02:20:38 +0200
commit7ae5b15d7dab7633236f33e3def52e8589fd57cd (patch)
tree98e1c696aa09f04197331138ce3c19e5bad4988c /tests/gdimagefilter
parentcb1a0b7e54e9aa118270c23a4a6fe560e4590dc9 (diff)
downloadlibgd-7ae5b15d7dab7633236f33e3def52e8589fd57cd.tar.gz
Remove unused argc/argv parameters from main() in tests
Diffstat (limited to 'tests/gdimagefilter')
-rw-r--r--tests/gdimagefilter/gdCopyBlurred.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gdimagefilter/gdCopyBlurred.c b/tests/gdimagefilter/gdCopyBlurred.c
index a4442f0..dee2f1f 100644
--- a/tests/gdimagefilter/gdCopyBlurred.c
+++ b/tests/gdimagefilter/gdCopyBlurred.c
@@ -191,7 +191,7 @@ void do_crosstest()
}/* do_crosstest*/
-int main(int argc, char **argv)
+int main()
{
do_test();