lt_tag_dump() only used to debug [-Werror=unused-function]

This commit is contained in:
Eike Rathke 2012-08-09 21:37:38 +02:00
parent cfb0e026bc
commit b844b3d6b1
2 changed files with 3 additions and 2 deletions

View File

@ -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;

View File

@ -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: */