yasm/frontends
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
..
tasm Fix function declaration warnings with clang (#226) 2023-05-17 15:23:32 -07:00
vsyasm Remove __DATE__ from version strings (#198) 2023-05-12 21:07:35 -07:00
yasm Fix function declaration warnings with clang (#226) 2023-05-17 15:23:32 -07:00
CMakeLists.txt Add vsyasm to cmake build. 2014-08-10 11:39:20 -07:00
Makefile.inc Remove $Id$ and RCSID() usage. 2011-08-19 10:43:16 -07:00