Skip to content
  • Deucе's avatar
    ba945f3c
    Try to tell Coverity that getch() isn't constant. · ba945f3c
    Deucе authored
    I'm not sure if I can do this with events, or just issues, and I
    don't want to directly annotate this issue because that could lead
    to missing an issue after a future code change.
    
    The return value of getch() will never be const though.
    ba945f3c
    Try to tell Coverity that getch() isn't constant.
    Deucе authored
    I'm not sure if I can do this with events, or just issues, and I
    don't want to directly annotate this issue because that could lead
    to missing an issue after a future code change.
    
    The return value of getch() will never be const though.
Loading