Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove GCC's -Wunsuffixed-float-constants from warnings
This inclusion was a misunderstanding on my part: this warning isn't generally applicable to standard C (it prevents using double literals whatsoever since C doesn't have a suffix for them), but exists to support a GNU C extension. It also has no counterpart in clang. So, remove it, since warning_level=everything doesn't include such things.
- Loading branch information