[PATCH] Fix warnings: old-style function definition [-Wold-style-definition]
An old-style (or “K&R”) function definition is the way function definitions were written in the 1980s. Functions without a prototype have been deprecated since C99, but are still supported.
Change them in advance.
Example of warning:
sgmlsasp.c: In function 'input_error': sgmlsasp.c:66:6: warning: old-style function definition [-Wold-style-definition] 66 | void input_error(num, str, lineno) | ^~~~~~~~~~~
Agustin Martin Domingo <agustin6martin@gmail.com>
no
2025-03-10
Showing 1 to 1 of 1 entry
All known versions for source package 'linuxdoc-tools'