Skip to content

Commit

Permalink
removed pragma to disable clang's -Wself-assign-overloaded
Browse files Browse the repository at this point in the history
removed prama to disable clang's -Wself-assign-overloaded

Signed-off-by: Cary Phillips <[email protected]>
  • Loading branch information
cary-ilm authored Jul 17, 2020
1 parent 9b663ef commit f627c07
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions python/PyImath/PyImathFixedMatrix.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,6 @@
#include "PyImathFixedArray.h"
#include "PyImathOperators.h"

#ifdef __clang__
# pragma clang diagnostic push
# pragma clang diagnostic ignored "-Wself-assign-overloaded"
#endif
namespace PyImath {

//
Expand Down Expand Up @@ -545,8 +541,5 @@ static void add_bitwise_math_functions(boost::python::class_<FixedMatrix<T> > &c


}
#ifdef __clang__
# pragma clang diagnostic pop
#endif

#endif

0 comments on commit f627c07

Please sign in to comment.