summaryrefslogtreecommitdiffstats
path: root/loader
diff options
context:
space:
mode:
authorUoti Urpala <uau@symbol.nonexistent.invalid>2008-04-28 04:52:57 +0300
committerUoti Urpala <uau@symbol.nonexistent.invalid>2008-04-28 12:16:13 +0300
commit634af0168527dc8289c76dce12ec31b6cec1378d (patch)
tree363625576293db023fd9d9124921daea49c5eb5f /loader
parentfbdb41c321d4cec9a7bd281c9d6ed8fb1156e938 (diff)
downloadmpv-634af0168527dc8289c76dce12ec31b6cec1378d.tar.bz2
mpv-634af0168527dc8289c76dce12ec31b6cec1378d.tar.xz
loader/qtx/qtxsdk/components.h: Disable large unused inline functions
Put various dump_* functions under #if 0. They aren't used by any current code but trigger compiler warnings.
Diffstat (limited to 'loader')
-rw-r--r--loader/qtx/qtxsdk/components.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/loader/qtx/qtxsdk/components.h b/loader/qtx/qtxsdk/components.h
index e1415a94cd..e28bf953b4 100644
--- a/loader/qtx/qtxsdk/components.h
+++ b/loader/qtx/qtxsdk/components.h
@@ -656,6 +656,7 @@ static inline void dump_ImageDescription(void* xxx){
printf("=========================================================\n");
}
+#if 0
static inline void dump_Rect(char* title,Rect *r){
printf("%s: %d;%d - %d;%d\n",title,
(int)r->top,(int)r->left,(int)r->bottom,(int)r->right);
@@ -743,5 +744,6 @@ static inline void dump_CodecDecompressParams(void* xxx){
}
+#endif
#endif /* MPLAYER_COMPONENTS_H */