Add support for extern "C++" - no warning should be issued as was previously occurring
This commit is contained in:
parent
e44656cfe5
commit
8778724768
5 changed files with 16 additions and 2 deletions
|
|
@ -32,3 +32,7 @@ cvar.ectval = -66
|
|||
if cvar.ectval != -66:
|
||||
raise RuntimeError
|
||||
|
||||
cvar.ecpptval = -66
|
||||
if cvar.ecpptval != -66:
|
||||
raise RuntimeError
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue