libgd/src
Khem Raj 7dae724967 Fix deprecared function prototypes
Fixes following errors:
error: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Werror,-Wdeprecated-non-prototype]

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-08-23 08:59:29 -07:00
..
msinttypes recent VC has stdint 2021-08-23 17:15:15 +07:00
CMakeLists.txt Some fixes for MINGW (#828) 2022-04-15 15:34:24 +07:00
Makefile.am Merge pull request #636 from willson-chen/mv_gd_color_map_test_to_tests 2021-08-26 19:11:15 +07:00
annotate.c annotate: be consistent in error messages 2019-08-03 12:54:08 -04:00
bdftogd clean up trailing whitespace/newlines 2018-06-21 22:47:42 -04:00
bmp.h rework ifdef header protection #456 2018-08-31 01:21:34 -04:00
circletexttest.c move (redundant) ifdef checks from source to build files 2018-06-21 23:55:11 -04:00
config.h.cmake Add ENABLE_CPP_API 2021-08-23 22:55:56 +07:00
demoin.png - sync to 1.6.0 2006-04-05 15:35:53 +00:00
depcomp - sync to 2.0.10 2006-04-05 15:47:15 +00:00
entities.h - apply same CS everywhere 2013-04-03 14:23:11 +02:00
entities.html clean up trailing whitespace/newlines 2018-06-21 22:47:42 -04:00
entities.tcl #17, Added "static" to entities_s struct declaration to avoid obscure 2007-01-03 19:48:50 +00:00
fontconfigtest.c clean up trailing whitespace/newlines 2018-06-21 22:47:42 -04:00
fontsizetest.c Add leading blank lines check and trim redundant blank newlines 2018-10-05 10:27:50 -04:00
fontwheeltest.c Add leading blank lines check and trim redundant blank newlines 2018-10-05 10:27:50 -04:00
gd.c Fix tests based on coverity reports (#819) 2022-02-01 15:09:01 +07:00
gd.h docs: Fix a few typos 2021-09-23 01:13:40 -04:00
gd2copypal.c Add leading blank lines check and trim redundant blank newlines 2018-10-05 10:27:50 -04:00
gd2time.c Use custom error handler instead of fprintf(stderr, ...) 2013-04-18 08:28:36 +02:00
gd2togif.c clean up trailing whitespace/newlines 2018-06-21 22:47:42 -04:00
gd2topng.c Fixed typo 2021-09-06 08:29:50 -04:00
gd_avif.c Fix #831: gdImageAvif memory leak 2022-06-10 13:58:56 +02:00
gd_bmp.c <3 the CI, forgot header for gd_error and unused var, strict mode for the win :) 2021-09-07 22:10:26 +07:00
gd_color.c Document cropping stuff 2016-10-09 12:46:31 +02:00
gd_color.h - apply same CS everywhere 2013-04-03 14:23:11 +02:00
gd_color_map.c Document all BGD_DECLARE'd functions 2016-07-20 21:24:48 +02:00
gd_color_map.h Move HAVE_CONFIG_H from .h to .c to not break when external app define the symbol (See Debian Bug#708413) 2013-05-16 08:34:23 +02:00
gd_color_match.c Fix #497: gdImageColorMatch Out Of Bounds Write on Heap (CVE-2019-6977) 2019-12-20 10:12:04 +08:00
gd_crop.c Compute average in gdGuessBackgroundColorFromCorners properly (#483) 2020-05-13 19:19:08 +08:00
gd_errors.h Unify the Win32 check to _WIN32 check which is defined by both VC and MinGW 2013-04-23 06:03:59 +02:00
gd_filename.c silent warning/unused args when codecs not enabled 2021-08-16 17:03:52 +07:00
gd_filter.c gd_intern: unify the min/max/clamp macros some more 2021-02-05 22:47:13 -05:00
gd_gd.c silent warning/unused args when codecs not enabled 2021-08-16 17:03:52 +07:00
gd_gd2.c Merge pull request #713 from me22bee/_gdImageGd2 2021-08-24 16:34:59 +07:00
gd_gif_in.c Allow GIFs missing both Global and Local Colormaps to still decode (#494) 2021-03-03 02:17:51 -05:00
gd_gif_out.c fix #415, the same is needed in the other section, add test 2021-08-25 17:48:03 +07:00
gd_heif.c #788 fix bug in HEIF usage, stride is require (#801) 2022-01-22 17:29:04 +07:00
gd_intern.h that should solve all ssize_t issue w/VC 2021-08-23 18:24:48 +07:00
gd_interpolation.c Fix #812, ensure operands priorty works as expected (#813) 2022-01-30 11:04:28 +07:00
gd_io.c gd_io: replace internal Putchar with gdPutC 2021-01-11 19:15:17 -05:00
gd_io.h use gdIOCtxPtr more consistently 2021-05-28 21:19:20 -04:00
gd_io_dp.c use gdIOCtxPtr more consistently 2021-05-28 21:19:20 -04:00
gd_io_file.c use gdIOCtxPtr more consistently 2021-05-28 21:19:20 -04:00
gd_io_ss.c Document all BGD_DECLARE'd functions 2016-07-20 21:24:48 +02:00
gd_io_stream.cxx add option to enable/disable CPP API 2021-08-22 11:50:59 +07:00
gd_io_stream.h use gdIOCtxPtr more consistently 2021-05-28 21:19:20 -04:00
gd_jpeg.c Fix #733, silent warning for infile 2021-08-23 15:59:06 +07:00
gd_matrix.c Fix #402, negative determinant fails, only 0 or not finite should fail 2021-08-26 22:40:15 +07:00
gd_nnquant.c Fix deprecared function prototypes 2022-08-23 08:59:29 -07:00
gd_nnquant.h Add leading blank lines check and trim redundant blank newlines 2018-10-05 10:27:50 -04:00
gd_png.c enable interlace transform when reading png (#823) 2022-02-07 12:57:24 +07:00
gd_rotate.c Remove unused functions 2017-01-10 18:57:24 +01:00
gd_security.c it should be gd_error_ex 2013-04-20 08:17:33 +09:00
gd_ss.c Document all BGD_DECLARE'd functions 2016-07-20 21:24:48 +02:00
gd_tga.c docs: Fix a few typos 2021-09-23 01:13:40 -04:00
gd_tga.h use gdIOCtxPtr more consistently 2021-05-28 21:19:20 -04:00
gd_tiff.c Fix deprecared function prototypes 2022-08-23 08:59:29 -07:00
gd_topal.c Some fixes for MINGW (#828) 2022-04-15 15:34:24 +07:00
gd_transform.c clean up trailing whitespace/newlines 2018-06-21 22:47:42 -04:00
gd_version.c Document all BGD_DECLARE'd functions 2016-07-20 21:24:48 +02:00
gd_wbmp.c Fix #492: Potential double-free in gdImage*Ptr() 2019-01-17 11:54:55 +01:00
gd_webp.c Partial fix for #750 2021-09-07 22:03:21 +07:00
gd_xbm.c drop redundant strcasecmp define 2021-03-03 02:08:46 -05:00
gdcache.c gdcache: fix main function error 2020-03-21 21:31:48 +08:00
gdcache.h gdcache: improve gdcache test compile cmd 2019-12-22 23:04:29 +08:00
gdcmpgif.c clean up trailing whitespace/newlines 2018-06-21 22:47:42 -04:00
gddemo.c Add leading blank lines check and trim redundant blank newlines 2018-10-05 10:27:50 -04:00
gdfontg.c Add leading blank lines check and trim redundant blank newlines 2018-10-05 10:27:50 -04:00
gdfontg.h Move HAVE_CONFIG_H from .h to .c to not break when external app define the symbol (See Debian Bug#708413) 2013-05-16 08:34:23 +02:00
gdfontl.c Add leading blank lines check and trim redundant blank newlines 2018-10-05 10:27:50 -04:00
gdfontl.h Move HAVE_CONFIG_H from .h to .c to not break when external app define the symbol (See Debian Bug#708413) 2013-05-16 08:34:23 +02:00
gdfontmb.c Add leading blank lines check and trim redundant blank newlines 2018-10-05 10:27:50 -04:00
gdfontmb.h Move HAVE_CONFIG_H from .h to .c to not break when external app define the symbol (See Debian Bug#708413) 2013-05-16 08:34:23 +02:00
gdfonts.c Fix #834: gdfonts.c comment mistake 2022-08-05 15:07:22 +02:00
gdfonts.h Move HAVE_CONFIG_H from .h to .c to not break when external app define the symbol (See Debian Bug#708413) 2013-05-16 08:34:23 +02:00
gdfontt.c Add leading blank lines check and trim redundant blank newlines 2018-10-05 10:27:50 -04:00
gdfontt.h Move HAVE_CONFIG_H from .h to .c to not break when external app define the symbol (See Debian Bug#708413) 2013-05-16 08:34:23 +02:00
gdft.c Fix #790, don't rotate glyph positions with Raqm 0.9.0+ 2022-08-01 20:55:37 +02:00
gdfx.c gd_intern: unify the min/max/clamp macros some more 2021-02-05 22:47:13 -05:00
gdfx.h rework ifdef header protection #456 2018-08-31 01:21:34 -04:00
gdhelpers.c gd_strtok: constify delimiter 2021-05-28 15:45:06 -04:00
gdhelpers.h use malloc compiler attribute if available 2021-05-28 15:47:37 -04:00
gdkanji.c gdkanji: drop another redundant check #456 2018-09-06 01:50:11 -04:00
gdparttopng.c Add leading blank lines check and trim redundant blank newlines 2018-10-05 10:27:50 -04:00
gdpp.cxx add option to enable/disable CPP API 2021-08-22 11:50:59 +07:00
gdpp.h use gdIOCtxPtr more consistently 2021-05-28 21:19:20 -04:00
gdtables.c Add leading blank lines check and trim redundant blank newlines 2018-10-05 10:27:50 -04:00
gdtest.c drop support for VMS #453 2021-04-24 23:30:42 -04:00
gdtestft.c gd_intern: unify the min/max/clamp macros some more 2021-02-05 22:47:13 -05:00
gdtopng.c Add leading blank lines check and trim redundant blank newlines 2018-10-05 10:27:50 -04:00
gdxpm.c Mark up code examples with (start|end code) 2016-08-23 22:27:27 +02:00
getopt.c this header should not be included on windows 2021-08-23 16:56:01 +07:00
gifanimtest.c clean up trailing whitespace/newlines 2018-06-21 22:47:42 -04:00
giftogd2.c clean up trailing whitespace/newlines 2018-06-21 22:47:42 -04:00
jisx0208.h rework ifdef header protection #456 2018-08-31 01:21:34 -04:00
pngtogd.c move (redundant) ifdef checks from source to build files 2018-06-21 23:55:11 -04:00
pngtogd2.c Add leading blank lines check and trim redundant blank newlines 2018-10-05 10:27:50 -04:00
testac.c Add leading blank lines check and trim redundant blank newlines 2018-10-05 10:27:50 -04:00
testtr.c move (redundant) ifdef checks from source to build files 2018-06-21 23:55:11 -04:00
wbmp.c docs: Fix a few typos 2021-09-23 01:13:40 -04:00
wbmp.h rework ifdef header protection #456 2018-08-31 01:21:34 -04:00
webpng.c tried, remove it from windows build, will need portable codes elsewhere 2021-08-23 20:27:40 +07:00