Eliminated Workshop5.0 warnings
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@476 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
df442c12e5
commit
2bff7e2491
7 changed files with 72 additions and 72 deletions
|
|
@ -61,9 +61,9 @@ protected:
|
|||
public :
|
||||
PYTHON() {
|
||||
module = (char *) 0;
|
||||
path = "python"; // Set this to subdirectory where language
|
||||
path = (char*)"python"; // Set this to subdirectory where language
|
||||
// Dependent library files will be stored
|
||||
global_name = "cvar";
|
||||
global_name = (char*)"cvar";
|
||||
shadow = 0;
|
||||
have_defarg = 0;
|
||||
import_file = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue