Skip to content

Move imath_float_half_exp_table inside #ifdef IMATH_USE_HALF_LOOKUP_TABLE#547

Open
cary-ilm wants to merge 1 commit intoAcademySoftwareFoundation:mainfrom
cary-ilm:imath_float_half_exp_table-warning
Open

Move imath_float_half_exp_table inside #ifdef IMATH_USE_HALF_LOOKUP_TABLE#547
cary-ilm wants to merge 1 commit intoAcademySoftwareFoundation:mainfrom
cary-ilm:imath_float_half_exp_table-warning

Conversation

@cary-ilm
Copy link
Member

@cary-ilm cary-ilm commented Mar 1, 2026

Part of an effort to get the CI building without warnings

This variable is only used if IMATH_USE_HALF_LOOKUP_TABLE is set, so the declaration is now inside that conditional block, to avoid an unused variable warning.

…ABLE

Part of an effort to get the CI building without warnings

This variable is only used if IMATH_USE_HALF_LOOKUP_TABLE is set, so
the declaration is now inside that conditional block, to avoid an
unused variable warning.

Signed-off-by: Cary Phillips <cary@ilm.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant