Commit 5dba723d by Stuart Morgan Committed by Commit Bot

Add newline-eof to warnings

Bug: angleproject:4757 Change-Id: I8ff6cb1277bf31ed8d6af667aa59ab8029633fe0 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2247488 Commit-Queue: Jamie Madill <jmadill@chromium.org> Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org>
parent 13816d2d
...@@ -141,6 +141,7 @@ config("extra_warnings") { ...@@ -141,6 +141,7 @@ config("extra_warnings") {
"-Wfloat-conversion", "-Wfloat-conversion",
"-Winconsistent-missing-destructor-override", "-Winconsistent-missing-destructor-override",
"-Wmissing-field-initializers", "-Wmissing-field-initializers",
"-Wnewline-eof",
"-Wnon-virtual-dtor", "-Wnon-virtual-dtor",
"-Wredundant-parens", "-Wredundant-parens",
"-Wshadow-field", "-Wshadow-field",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment