yasm/tools
Biswapriyo Nath f79f5e37f0
Fix function declaration warnings with clang (#226)
This fixes the following compiler warnings with clang

tools/genperf/perfect.c:65:6: warning: a function definition without a prototype
is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]

frontends/yasm/yasm.c:1379:23: warning: a function declaration without a prototype
is deprecated in all versions of C [-Wstrict-prototypes]

modules/objfmts/elf/elf.c:225:18: warning: a function declaration without a prototype
is deprecated in all versions of C [-Wstrict-prototypes]
2023-05-17 15:23:32 -07:00
..
genmacro Fix EOL handling in genmacro.c (#123) 2020-05-03 23:38:42 -07:00
genperf Fix function declaration warnings with clang (#226) 2023-05-17 15:23:32 -07:00
python-yasm Remove $Id$ and RCSID() usage. 2011-08-19 10:43:16 -07:00
re2c Avoid shadowing warning when building with VS2015 2015-02-19 17:05:38 -08:00
xdf Remove $Id$ and RCSID() usage. 2011-08-19 10:43:16 -07:00
CMakeLists.txt Add cmake build infrastructure. 2008-05-22 09:08:03 +00:00
gencheck.py Add gencheck.py Python script to make it easier to generate expected results 2009-05-10 05:21:26 +00:00
Makefile.inc Remove $Id$ and RCSID() usage. 2011-08-19 10:43:16 -07:00