make strict gcc happy
This commit is contained in:
parent
4ae53e7809
commit
ee7416bee2
@ -13135,7 +13135,7 @@ void unac_debug_callback(int level, unac_debug_print_t function, void* data)
|
|||||||
* compatibility hack introduced in some GNU/Linux distributions that
|
* compatibility hack introduced in some GNU/Linux distributions that
|
||||||
* did not know UTF-16BE.
|
* did not know UTF-16BE.
|
||||||
*/
|
*/
|
||||||
static const char* utf16be()
|
static const char* utf16be(void)
|
||||||
{
|
{
|
||||||
iconv_t cd;
|
iconv_t cd;
|
||||||
static char* name = 0;
|
static char* name = 0;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user