Silence GCC-4.2 warning / possible GCC-4.3 error

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10781 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Stefan Knoblich 2008-12-15 19:46:22 +00:00
parent 159d1f3cd1
commit d81838ffcf
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ SWITCH_MODULE_LOAD_FUNCTION(mod_opal_load) {
/* Prevent the loading of OPAL codecs via "plug ins", this is a directory
full of DLLs that will be loaded automatically. */
putenv("PTLIBPLUGINDIR=/no/thanks");
putenv((char *)"PTLIBPLUGINDIR=/no/thanks");
*module_interface = switch_loadable_module_create_module_interface(pool, modname);