Back to top

return type mismatch in libdatrie/sb-trie.c

Error message

Deprecated function: The each() function is deprecated. This message will be suppressed on further calls in menu_set_active_trail() (line 2404 of /usr/share/drupal7/includes/menu.inc).

sb-trie.c(225) : warning C4047: 'return' : 'SBTrieState *' differs in levels of indirection from 'int'

SBTrieState *
sb_trie_root (SBTrie *sb_trie)
{
SBTrieState *sb_state;

if (!sb_trie)
return FALSE;

I believe this is supposed to be NULL.

Taxonomy upgrade extras: