auto_ptr deprecation warning suppression
This commit is contained in:
parent
3412cc2f64
commit
fc3098ea55
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
%module li_std_auto_ptr
|
||||
|
||||
%{
|
||||
#if (__GNUC__ == 4 && __GNUC_MINOR__ >= 9)
|
||||
#if (__GNUC__ == 4 && __GNUC_MINOR__ >= 8)
|
||||
#pragma GCC diagnostic ignored "-Wdeprecated-declarations" // auto_ptr deprecation
|
||||
#endif
|
||||
%}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue