yasm/tools/genperf
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
..
CMakeLists.txt Enable DLL/plugin builds with cmake on Windows. 2008-05-23 06:46:51 +00:00
genperf.c Fix allocator mismatch (#107) 2023-05-12 21:19:37 -07:00
Makefile.inc Remove $Id$ and RCSID() usage. 2011-08-19 10:43:16 -07:00
perfect.c Fix function declaration warnings with clang (#226) 2023-05-17 15:23:32 -07:00
perfect.h Break apart perfect hash lookup generation and x86 arch-specific 2007-09-07 22:05:33 +00:00
standard.h Break apart perfect hash lookup generation and x86 arch-specific 2007-09-07 22:05:33 +00:00