diff options
author | Biswapriyo Nath <nathbappai@gmail.com> | 2023-05-18 03:53:32 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-17 15:23:32 -0700 |
commit | f79f5e37f0e4b06d5dc303cc219929d7359dd7df (patch) | |
tree | c027a86c7f266f301d72c2e1a9dd93017767dde4 /test_hd.c | |
parent | 22da04ee0dbd9ac16eb74dabd3df071a0f8e8eba (diff) | |
download | yasm-master.tar.gz |
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]
Diffstat (limited to 'test_hd.c')
0 files changed, 0 insertions, 0 deletions