• Alessandro Rubini's avatar
    general: cleanup prototypes · 1acf50d1
    Alessandro Rubini authored
    This adds -Wstrict-prototypes -Wmissing-prototypes and takes actions
    accordingly.
    
    Some of the solutions are ugly, especially in the bare architectures,
    but I prefer to be warned if I take dangerous paths wrt prototypes while
    writing further code.
    
    I'm upset by those two not being included in -Wall, as they used to.
    Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
    1acf50d1
Name
Last commit
Last update
..
include/arch Loading commit data...
Makefile Loading commit data...
bare-x86-64.lds Loading commit data...
crt0.S Loading commit data...
syscall.S Loading commit data...
syscalls.c Loading commit data...