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) |