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 eighth batch of tests being updated (there are a significant number of other tests left to be updated). |
||
|---|---|---|
| .. | ||
| Inputs | ||
| broken-vfs-module-dep.c | ||
| directory.c | ||
| external-names.c | ||
| fallback.c | ||
| framework-import.m | ||
| implicit-include.c | ||
| include-mixed-real-and-virtual.c | ||
| include-real-from-virtual.c | ||
| include-virtual-from-real.c | ||
| include.c | ||
| incomplete-umbrella.m | ||
| module-header-mismatches.m | ||
| module-import.m | ||
| module_missing_vfs.m | ||
| parse-errors.c | ||
| real-path-found-first.m | ||
| relative-path-errors.c | ||
| relative-path.c | ||
| subframework-symlink.m | ||
| test_nonmodular.c | ||
| umbrella-framework-import-skipnonexist.m | ||
| vfsoverlay-relative-root.c | ||
| vfsroot-include.c | ||
| vfsroot-module.m | ||
| vfsroot-with-overlay.c | ||