]> www.infradead.org Git - mtd-utils.git/commit
Eliminate warnings about missing prototypes
authorDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>
Thu, 22 Jun 2017 11:37:40 +0000 (13:37 +0200)
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>
Wed, 28 Jun 2017 08:27:31 +0000 (10:27 +0200)
commitca517e8b320c7a31c3a147fb1212ddb33cabd919
treea26d535836a82ea241dc0389b061176ddfcd8329
parent3029b659e89caa79b6860c3bbe8cbc18b53af678
Eliminate warnings about missing prototypes

This patch eliminates warnings generated by the -Wmissing-prototypes
option. With this flag set, we are now forced to have prototypes for
all global, exported functions, that have to be made visible to the
definitions and we are forced to mark all local functions as static.

Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
37 files changed:
jffsX-utils/jffs2dump.c
jffsX-utils/jffs2reader.c
jffsX-utils/mkfs.jffs2.c
jffsX-utils/sumtool.c
lib/libcrc32.c
lib/libfec.c
lib/libmtd.c
misc-utils/docfdisk.c
misc-utils/flash_otp_write.c
misc-utils/ftl_check.c
misc-utils/mtd_debug.c
nand-utils/nandtest.c
nand-utils/nftl_format.c
nor-utils/rfddump.c
nor-utils/rfdformat.c
tests/checkfs/checkfs.c
tests/checkfs/makefiles.c
tests/fs-tests/integrity/integck.c
tests/fs-tests/lib/tests.c
tests/fs-tests/simple/ftrunc.c
tests/fs-tests/simple/orph.c
tests/fs-tests/simple/perf.c
tests/fs-tests/simple/test_1.c
tests/fs-tests/simple/test_2.c
tests/fs-tests/stress/atoms/fwrite00.c
tests/fs-tests/stress/atoms/gcd_hupper.c
tests/fs-tests/stress/atoms/pdfrun.c
tests/fs-tests/stress/atoms/rmdir00.c
tests/fs-tests/stress/atoms/rndrm00.c
tests/fs-tests/stress/atoms/rndrm99.c
tests/fs-tests/stress/atoms/rndwrite00.c
tests/fs-tests/stress/atoms/stress_1.c
tests/fs-tests/stress/atoms/stress_2.c
tests/fs-tests/stress/atoms/stress_3.c
tests/fs-tests/utils/fstest_monitor.c
tests/jittertest/JitterTest.c
tests/jittertest/plotJittervsFill.c