• Andi Kleen's avatar
    [PATCH] Fix -Wdeclaration-after-statement warnings for x86-64 · 1faa6343
    Andi Kleen authored
    Fix warnings on compilers that support -Wdeclaration-after-statement
    in the x86-64 specific code. x86-64 was happily using ISO-C99 code
    before because it only uses gcc 3+ which is ISO-C99 compliant, but
    unfortunately this warning was added in the top level Makefile.
    
    From Bryan O'Sullivan.
    1faa6343
init.c 13.7 KB