Skip to content
  • Rob Swindell's avatar
    503cff86
    Fix GCC v10.2 warnings about ignored return values of 'write' · 503cff86
    Rob Swindell authored
    The return value of x11_event() isn't actually checked anywhere currently, but
    still Deuce might want to adjust the new return value here (__LINE__ or -1?).
    
    Some indicental trailing whitespace was auto-cleaned up part of this commit.
    Unexpected as I thought this code had been uncrustified already.
    503cff86
    Fix GCC v10.2 warnings about ignored return values of 'write'
    Rob Swindell authored
    The return value of x11_event() isn't actually checked anywhere currently, but
    still Deuce might want to adjust the new return value here (__LINE__ or -1?).
    
    Some indicental trailing whitespace was auto-cleaned up part of this commit.
    Unexpected as I thought this code had been uncrustified already.
Loading