Skip to content

Conversation

@shlmregev
Copy link
Member

When building with old Xtensa toolchains, the compiler throws an unused variable warning which is treated as error (-Werror is defined by default). The cause is ScopedMicroProfile instantiation in the decoder op. Added a dummy reference to mute the warning.

Old pre C++14 Xtensa compilers don't support ticks in preprocessor constants, e.g. 0x8000'0000 Removed the ticks.

BUG=451462435

When building with old Xtensa toolchains, the compiler throws an unused variable warning
which is treated as error (-Werror is defined by default).
The cause is ScopedMicroProfile instantiation in the decoder op. Added a dummy reference to mute the warning.

Old pre C++14 Xtensa compilers don't support ticks in preprocessor constants, e.g. 0x8000'0000
Removed the ticks.

BUG=451462435
@shlmregev shlmregev requested a review from a team as a code owner January 20, 2026 16:26
@veblush veblush added this pull request to the merge queue Jan 20, 2026
Merged via the queue into tensorflow:main with commit f219fef Jan 20, 2026
44 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants