mirror of https://github.com/yasm/yasm.git
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]pull/231/head
parent
22da04ee0d
commit
f79f5e37f0
4 changed files with 7 additions and 8 deletions
Loading…
Reference in new issue