Skip to content

Commit

Permalink
Fix typos in Int64/SInt64 deprecation warnings. (#968)
Browse files Browse the repository at this point in the history
* Fix typos in Int64/SInt64 deprecation warnings.

Signed-off-by: Cary Phillips <cary@ilm.com>

* merge with fix for Sin64 typo.

Signed-off-by: Cary Phillips <cary@ilm.com>
  • Loading branch information
cary-ilm committed Mar 25, 2021
1 parent 4da77c6 commit 41fc43b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/OpenEXR/ImfInt64.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@

OPENEXR_IMF_INTERNAL_NAMESPACE_HEADER_ENTER

IMATH_DEPRECATED("use int64_t")
IMATH_DEPRECATED("use uint64_t")
typedef IMATH_NAMESPACE::Int64 Int64;

IMATH_DEPRECATED("use sint64_t")
IMATH_DEPRECATED("use int64_t")
typedef IMATH_NAMESPACE::SInt64 SInt64;

OPENEXR_IMF_INTERNAL_NAMESPACE_HEADER_EXIT
Expand Down

0 comments on commit 41fc43b

Please sign in to comment.