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

Unified Diff: third_party/lzma_sdk/README.chromium

Issue 1218903002: win clang: don't disable -Wself-assign (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 years, 6 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
« third_party/lzma_sdk/LzmaLib.c ('K') | « third_party/lzma_sdk/LzmaLib.c ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/lzma_sdk/README.chromium
diff --git a/third_party/lzma_sdk/README.chromium b/third_party/lzma_sdk/README.chromium
index 9adc1941f816b4ae2a71f21bddf25ecfff45283b..ee8d65e33f0678bec9658072c3a2f451f26e6b55 100644
--- a/third_party/lzma_sdk/README.chromium
+++ b/third_party/lzma_sdk/README.chromium
@@ -23,3 +23,5 @@ Mac builds (but in principle can occur anywhere).
An #include <stdlib.h> needs to be added to CpuArch.h to avoid a warning on
Win32.
+
+Unnecessary self-assignment removed to be able to enable -Wself-assign on clang.
« third_party/lzma_sdk/LzmaLib.c ('K') | « third_party/lzma_sdk/LzmaLib.c ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698