b221754 Disable -Wnonnull

Authored and Committed by Debarshi Ray 8 years ago
1 file changed. 2 lines added. 1 lines removed.
    Disable -Wnonnull
    
    Using g_return_* to assert that a __nonnull__ parameter is indeed not
    NULL triggers -Wnonnull. This breaks the build because -Wformat
    includes -Wnonnull and we use -Werror=format*.
    
        
file modified
+2 -1