summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-10-17 01:26:30 +0200
committerwm4 <wm4@nowhere>2014-10-17 01:26:30 +0200
commit1b8e673438793b6ccfa3d386a34e7955dad53f57 (patch)
tree29be9c3e34f1032cd4aae6a94680c88e527f780e
parentcad1caedb22f94458eefaa9f8afcc31fd180a206 (diff)
downloadlibass-1b8e673438793b6ccfa3d386a34e7955dad53f57.tar.bz2
libass-1b8e673438793b6ccfa3d386a34e7955dad53f57.tar.xz
Silence compilation warning
This fixes the following warnings: In file included from ass_cache.c:34:0: ass_cache_template.h:52:0: warning: "BINSTRING" redefined #define BINSTRING(member) \ ^ In file included from ass_cache.h:59:0, from ass_font.h:58, from ass_cache.c:28: ass_cache_template.h:9:0: note: this is the location of the previous definition #define BINSTRING(member) \ ^ In file included from ass_cache.c:36:0: ass_cache_template.h:30:0: warning: "BINSTRING" redefined #define BINSTRING(member) \ ^ In file included from ass_cache.c:34:0: ass_cache_template.h:52:0: note: this is the location of the previous definition #define BINSTRING(member) \ ^
-rw-r--r--libass/ass_cache_template.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libass/ass_cache_template.h b/libass/ass_cache_template.h
index 29b534c..1458284 100644
--- a/libass/ass_cache_template.h
+++ b/libass/ass_cache_template.h
@@ -168,4 +168,5 @@ END(CompositeHashKey)
#undef STRING
#undef FTVECTOR
#undef BITMAPHASHKEY
+#undef BINSTRING
#undef END