Looking forward to GCC6 – Many new warnings
Like every new GCC release, GCC6 introduces a lot of new useful warnings. My favorite is still -Wmisleading-indentation. But there are many more that have found various bugs. Not all of them are enabled by default, but it makes sense to enable as many as possible when writing new code. Duplicate logic In GCC6 -Wlogical-op […]