Skip to content

Conversation

@shlmregev
Copy link
Member

Solve compiler errors in decode op

  1. 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.

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

BUG=451462435

shlmregev and others added 3 commits January 9, 2026 16:31
1. When building with old Xtensa toolchains, the compiler throw 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.

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

BUG=451462435
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.

2 participants