Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2)

Unified Diff: trunk/src/build/config/win/BUILD.gn

Issue 218493017: Revert 260949 "Move gtest/gmock BUILD.gn files to main tree." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | trunk/src/testing/gmock/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/build/config/win/BUILD.gn
===================================================================
--- trunk/src/build/config/win/BUILD.gn (revision 260953)
+++ trunk/src/build/config/win/BUILD.gn (working copy)
@@ -109,11 +109,3 @@
config("no_incremental_linking") {
ldflags = [ "/INCREMENTAL:NO" ]
}
-
-# Disable unused variable warning ----------------------------------------------
-
-# Sometimes third-party code wants to disable this warning under MSVC, so this
-# config makes it easy to do so.
-config("disable_unused_variable_warning") {
- cflags = [ "/wd4800" ]
-}
« no previous file with comments | « no previous file | trunk/src/testing/gmock/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698