Skip to content

Commit

Permalink
suppress -Wself-assign in generated code
Browse files Browse the repository at this point in the history
  • Loading branch information
wwmayer committed Dec 29, 2016
1 parent 324ee97 commit a3ad63a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Base/swigpyrun_1.3.25.cpp
Expand Up @@ -27,6 +27,7 @@
#if defined(__clang__)
# pragma clang diagnostic push
# pragma clang diagnostic ignored "-Wdeprecated-register"
# pragma clang diagnostic ignored "-Wself-assign"
#endif
namespace Swig_1_3_25 {
#include "swigpyrun_1.3.25.h"
Expand Down
1 change: 1 addition & 0 deletions src/Base/swigpyrun_1.3.33.cpp
Expand Up @@ -27,6 +27,7 @@
#if defined(__clang__)
# pragma clang diagnostic push
# pragma clang diagnostic ignored "-Wdeprecated-register"
# pragma clang diagnostic ignored "-Wself-assign"
#endif
namespace Swig_1_3_33 {
#define SWIG_PYTHON_NO_BUILD_NONE
Expand Down
1 change: 1 addition & 0 deletions src/Base/swigpyrun_1.3.36.cpp
Expand Up @@ -27,6 +27,7 @@
#if defined(__clang__)
# pragma clang diagnostic push
# pragma clang diagnostic ignored "-Wdeprecated-register"
# pragma clang diagnostic ignored "-Wself-assign"
#endif
namespace Swig_1_3_36 {
#define SWIG_PYTHON_NO_BUILD_NONE
Expand Down
1 change: 1 addition & 0 deletions src/Base/swigpyrun_1.3.38.cpp
Expand Up @@ -27,6 +27,7 @@
#if defined(__clang__)
# pragma clang diagnostic push
# pragma clang diagnostic ignored "-Wdeprecated-register"
# pragma clang diagnostic ignored "-Wself-assign"
#endif
namespace Swig_1_3_38 {
#define SWIG_PYTHON_NO_BUILD_NONE
Expand Down
1 change: 1 addition & 0 deletions src/Base/swigpyrun_1.3.40.cpp
Expand Up @@ -27,6 +27,7 @@
#if defined(__clang__)
# pragma clang diagnostic push
# pragma clang diagnostic ignored "-Wdeprecated-register"
# pragma clang diagnostic ignored "-Wself-assign"
#endif
namespace Swig_1_3_40 {
#define SWIG_PYTHON_NO_BUILD_NONE
Expand Down

0 comments on commit a3ad63a

Please sign in to comment.