Skip to content

Commit

Permalink
suppress clang undefined behavior sanitizer in EnvmapAttribute::copyV…
Browse files Browse the repository at this point in the history
…aluesFrom()

Signed-off-by: Peter Hillman <peterh@wetafx.co.nz>
  • Loading branch information
peterhillman authored and cary-ilm committed Aug 7, 2020
1 parent 50c537f commit 1a3f3f6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion OpenEXR/IlmImf/ImfEnvmapAttribute.h
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,9 @@ template <> IMF_EXPORT
void EnvmapAttribute::readValueFrom (OPENEXR_IMF_INTERNAL_NAMESPACE::IStream &,
int,
int);

template <> IMF_EXPORT
void
EnvmapAttribute::copyValueFrom (const OPENEXR_IMF_INTERNAL_NAMESPACE::Attribute &other);

OPENEXR_IMF_INTERNAL_NAMESPACE_HEADER_EXIT

Expand Down

0 comments on commit 1a3f3f6

Please sign in to comment.