A significant number of our tests in C accidentally use functions without prototypes. This patch converts the function signatures to have a prototype for the situations where the test is not specific to K&R C declarations. e.g., void func(); becomes void func(void); This is the final batch of tests being updated to add prototypes, hopefully. |
||
|---|---|---|
| .. | ||
| AppleTVOS15.0.sdk | ||
| MacOSX11.0.sdk | ||
| WatchOS7.0.sdk | ||
| conversion.h | ||
| diagnose-if-warn-system-header.h | ||
| format-unused-system-args.h | ||
| ms-keyword-system-header.h | ||
| pointer-subtraction.h | ||
| pragma-align-no-header-change-warning.h | ||
| pragma-align-pack1.h | ||
| pragma-arc-cf-code-audited.h | ||
| pragma-pack1.h | ||
| pragma-pack2.h | ||
| reserved-identifier.h | ||
| unused-expr-system-header.h | ||
| warn-unreachable.h | ||