0a63ca6131
Clang 15 added a new warning type `-Wdeprecated-non-prototype` that warns about the functions without prototypes, which have been deprecated since the C89 and will not work in the upcoming C2x. This commit disables the warning because Zephyr deliberately makes use of the functions without prototypes to allow the use of a "generic" function pointer (notoriously in the cbprintf implementation) and Zephyr will not move to the C2x in the foreseeable future. Signed-off-by: Stephanos Ioannidis <root@stephanos.io> |
||
---|---|---|
.. | ||
arcmwdt | ||
armclang | ||
clang | ||
gcc | ||
host-gcc | ||
icx | ||
xcc | ||
xcc-clang | ||
compiler_features.cmake | ||
compiler_flags_template.cmake |