Commit Graph

10 Commits (master)

Author SHA1 Message Date
Peter Kokot 434b639d53 Add leading blank lines check and trim redundant blank newlines 2018-10-05 10:27:50 -04:00
Mike Frysinger c6f413f52c scrub OLDER_GD define
This has never been used, so punt it.
2018-06-21 20:41:31 -04:00
Gilles Espinasse a82781c820 libgd: fix unitialized warnings during make check (fixes #65)
gifanimtest.c: In function 'main':
gifanimtest.c:7: warning: unused parameter 'argc'
gifanimtest.c:7: warning: unused parameter 'argv'

gd_color_map_test.c: In function 'main':
gd_color_map_test.c:10: warning: unused parameter 'argc'
gd_color_map_test.c:10: warning: unused parameter 'argv'

circletexttest.c: In function 'main':
circletexttest.c:8: warning: unused parameter 'argc'
circletexttest.c:8: warning: unused parameter 'argv'

fontsizetest.c: In function 'main':
fontsizetest.c:79: warning: unused parameter 'argc'
fontsizetest.c:79: warning: unused parameter 'argv'

fontwheeltest.c: In function 'main':
fontwheeltest.c:116: warning: unused parameter 'argc'
fontwheeltest.c:116: warning: unused parameter 'argv'

testtr.c: In function 'main':
testtr.c:12: warning: unused parameter 'argc'
testtr.c:12: warning: unused parameter 'argv'

Only one unused variable 'in' remain because I am lazy to add  __attribute__((unused)) when supported.

Signed-off-by: Gilles Espinasse <g.esp@free.fr>
2013-05-27 15:16:06 +02:00
Ondřej Surý 32b1307c62 Use custom error handler instead of fprintf(stderr, ...) 2013-04-18 08:28:36 +02:00
pierrejoye e20413bf6b - apply same CS everywhere 2013-04-03 14:23:11 +02:00
pierre a4e6625f81 - sync to 2.0.29 2006-04-05 15:54:20 +00:00
pierre cfa7ee3b92 - sync to 2.0.26 2006-04-05 15:53:17 +00:00
pierre 2399023b6c - sync to 2.0.9 2006-04-05 15:46:42 +00:00
pierre b0243fe7b1 - sync to 2.0.5 2006-04-05 15:44:56 +00:00
pierre b623f93e30 - sync to 2.0.4 2006-04-05 15:44:17 +00:00