• Arnd Bergmann's avatar
    parisc: avoid c23 'nullptr' idenitifier · cf159848
    Arnd Bergmann authored
    Starting in c23, this is a reserved keyword, so in the future, using it
    will start causing build failures:
    
    arch/parisc/math-emu/frnd.c:36:23: error: expected ';', ',' or ')' before 'nullptr'
    
    Since I can't think of a good replacement name, add a leading underscore
    to the function argument to avoid this namespace conflict. Apparently
    all of these arguments are unused.
    Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
    Signed-off-by: default avatarHelge Deller <deller@gmx.de>
    cf159848
frnd.c 6.34 KB