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 <[email protected]>
  • Loading branch information
peterhillman authored and cary-ilm committed Aug 9, 2020
1 parent 2f83442 commit 81818f2
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 81818f2

Please sign in to comment.