add option/pragma erroraswarn, which force (or not) to treat the cpp #error directive as a #warning instead
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7926 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
922d58ac19
commit
2acc32946b
3 changed files with 28 additions and 2 deletions
|
|
@ -29,6 +29,7 @@ extern String *Preprocessor_parse(String *s);
|
|||
extern void Preprocessor_include_all(int);
|
||||
extern void Preprocessor_import_all(int);
|
||||
extern void Preprocessor_ignore_missing(int);
|
||||
extern void Preprocessor_error_as_warning(int);
|
||||
extern List *Preprocessor_depend(void);
|
||||
extern void Preprocessor_expr_init(void);
|
||||
extern void Preprocessor_expr_delete(void);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue