Skip to content

Commit

Permalink
sonar fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Cary Phillips <cary@ilm.com>
  • Loading branch information
cary-ilm committed Nov 14, 2019
1 parent ba3d5ef commit 8e7ba0f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion OpenEXR/IlmImfTest/testMultiPartFileMixingBasic.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
#include <ImfDeepTiledInputPart.h>
#include <ImfDeepScanLineInputPart.h>
#include <ImfPartType.h>
//#include <ImfMisc.h>
#include <ImfMisc.h>
#include <ImfSystemSpecific.h>

namespace IMF = OPENEXR_IMF_NAMESPACE;
Expand Down
2 changes: 1 addition & 1 deletion OpenEXR/exrmaketiled/makeTiled.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
#include "ImfStandardAttributes.h"
#include "ImathFun.h"
#include "Iex.h"
//#include "ImfMisc.h"
#include "ImfMisc.h"

#include <map>
#include <algorithm>
Expand Down
2 changes: 1 addition & 1 deletion PyIlmBase/PyImath/PyImathStringTable.h
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ struct StringTableEntry
T s;
};

namespace PyImath {
namespace {

using boost::multi_index_container;
using namespace boost::multi_index;
Expand Down

0 comments on commit 8e7ba0f

Please sign in to comment.