Squelch some compiler warnings.

svn path=/trunk/; revision=13622
This commit is contained in:
Guy Harris 2005-03-06 04:41:42 +00:00
parent a313c47a59
commit 1a4502d5a9
1 changed files with 4 additions and 1 deletions

View File

@ -57,6 +57,7 @@
#endif
#include "filesystem.h"
#include "report_err.h"
#ifdef PLUGINS_NEED_ADDRESS_TABLE
#include "conversation.h"
@ -255,7 +256,9 @@ plugins_scan_dir(const char *dirname)
* plugin api table.
*/
newinit = gp;
} else
init = NULL;
}
else
{
newinit = NULL;
if (!g_module_symbol(handle, "plugin_init", &gp))