Kaydet (Commit) 248fa06e authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Work around -Werror,-Wkeyword-macro

...where liblangtag/lt-macros.h does #undef inline because LT_HAVE_INLINE is not
defined---liblangtag has a config.h (that would define it), but for whatever
reason does not include it...

Change-Id: I6a6f0a3522b7aef12573af7d7c4c00bb0f1368eb
üst eaddcb8a
......@@ -24,6 +24,7 @@
//#define erDEBUG
#if defined(ENABLE_LIBLANGTAG)
#define LT_HAVE_INLINE
#include <liblangtag/langtag.h>
#else
/* Replacement code for LGPL phobic and Android systems.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment