lt_tag_dump() only used to debug [-Werror=unused-function]
This commit is contained in:
parent
cfb0e026bc
commit
b844b3d6b1
@ -13,6 +13,8 @@
|
||||
#include <rtl/bootstrap.hxx>
|
||||
#include <osl/file.hxx>
|
||||
|
||||
//#define erDEBUG
|
||||
|
||||
#if !defined(ANDROID) && !defined(IOS)
|
||||
#include <liblangtag/langtag.h>
|
||||
#else
|
||||
@ -24,8 +26,6 @@
|
||||
#include "simple-langtag.cxx"
|
||||
#endif
|
||||
|
||||
//#define erDEBUG
|
||||
|
||||
using rtl::OUString;
|
||||
using rtl::OString;
|
||||
using rtl::OUStringBuffer;
|
||||
|
@ -397,6 +397,7 @@ static void lt_tag_dump(const lt_tag_t *tag)
|
||||
fprintf( stderr, "SimpleLangtag region: %s\n", tag->maRegion.mpStr);
|
||||
}
|
||||
#endif
|
||||
|
||||
}
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
Loading…
x
Reference in New Issue
Block a user