From 1b8e673438793b6ccfa3d386a34e7955dad53f57 Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 17 Oct 2014 01:26:30 +0200 Subject: [PATCH] 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) \ ^ --- libass/ass_cache_template.h | 1 + 1 file changed, 1 insertion(+) 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 -- 2.40.0