• Show log

    Commit

  • Hash : d4e392b5
    Author : Enji Cooper
    Date : 2020-03-26T18:28:07

    Mute clang 8 compilation error with gcc pragma
    
    Move the pragma ignoring outside the function to fix the build with gcc.
    While here, add equivalent clang pragmas to mute the warning, as well.
    
    Signed-off-by: Enji Cooper <yaneurabeya@gmail.com>