Closed muggenhor closed 6 years ago
Due to build errors on OSX (#184) we disabled treating errors as warnings. This is undesirable because it allows warnings to start slipping in.
We should either fix the code triggering the warning or just disable the specific warning (using -Wno-${WARNING}).
-Wno-${WARNING}
Due to build errors on OSX (#184) we disabled treating errors as warnings. This is undesirable because it allows warnings to start slipping in.
We should either fix the code triggering the warning or just disable the specific warning (using
-Wno-${WARNING}
).