• Ben Avison's avatar
    Add symbolic name for additional compiler warnings · a6769154
    Ben Avison authored
    Norcroft's `-We` option suppresses warnings about casts between function
    pointers and non-function objects.
    
    Norcroft's `-Wn` option suppresses warnings about implicit narrowing casts.
    
    GCC doesn't have equivalents to these warnings, so they expand to an empty
    string if that's the selected compiler.
    a6769154
StdTools 4.24 KB