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

Unified Diff: include/images/SkForceLinking.h

Issue 1170863006: Label some unused static vars as SK_UNUSED (Closed) Base URL: https://chromium.googlesource.com/skia.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
« no previous file with comments | « no previous file | tools/flags/SkCommandLineFlags.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/images/SkForceLinking.h
diff --git a/include/images/SkForceLinking.h b/include/images/SkForceLinking.h
index 39901f612ed2db90dc0c684a28c9b440662d2022..13ada542e1dfcc636e8d7725590d6c695460751c 100644
--- a/include/images/SkForceLinking.h
+++ b/include/images/SkForceLinking.h
@@ -17,4 +17,4 @@
int SkForceLinking(bool doNotPassTrue);
#define __SK_FORCE_IMAGE_DECODER_LINKING \
-static int linking_forced = SkForceLinking(false)
+SK_UNUSED static int linking_forced = SkForceLinking(false)
« no previous file with comments | « no previous file | tools/flags/SkCommandLineFlags.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698