Suppress unused methods warning for VC++
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10559 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
f85ef02890
commit
db820edd23
1 changed files with 6 additions and 0 deletions
|
|
@ -40,6 +40,12 @@
|
|||
# endif
|
||||
#endif
|
||||
|
||||
#ifndef SWIG_MSC_UNSUPPRESS_4505
|
||||
# if defined(_MSC_VER)
|
||||
# pragma warning(disable : 4505) /* unreferenced local function has been removed */
|
||||
# endif
|
||||
#endif
|
||||
|
||||
#ifndef SWIGUNUSEDPARM
|
||||
# ifdef __cplusplus
|
||||
# define SWIGUNUSEDPARM(p)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue