Skip to content

Move imath_float_half_exp_table inside #ifdef IMATH_USE_HALF_LOOKUP_TABLE#547

Merged
cary-ilm merged 2 commits intoAcademySoftwareFoundation:mainfrom
cary-ilm:imath_float_half_exp_table-warning
Apr 17, 2026
Merged

Move imath_float_half_exp_table inside #ifdef IMATH_USE_HALF_LOOKUP_TABLE#547
cary-ilm merged 2 commits intoAcademySoftwareFoundation:mainfrom
cary-ilm:imath_float_half_exp_table-warning

Conversation

@cary-ilm
Copy link
Copy Markdown
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>
@cary-ilm cary-ilm merged commit 8419a36 into AcademySoftwareFoundation:main Apr 17, 2026
32 of 33 checks passed
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.

2 participants