xfce4-whiskermenu-plugin-1.5.1/panel-plugin/launcher.cpp:95:1: warning: all paths through this function will call itself [-Winfinite-recursion] tatic void replace_with_quoted_string(std::string& command, size_t& index, gchar* unquoted) { replace_with_quoted_string(command, index, unquoted); g_free(unquoted); }
Fixed in ffd8fb1.