Skip to content

tests: remove unused buffer index from bool input helper - #4426

Open
stevegrubb wants to merge 1 commit into
openvinotoolkit:mainfrom
stevegrubb:test-utils
Open

tests: remove unused buffer index from bool input helper#4426
stevegrubb wants to merge 1 commit into
openvinotoolkit:mainfrom
stevegrubb:test-utils

Conversation

@stevegrubb

Copy link
Copy Markdown
Contributor

The bool specialization of prepareKFSInferInputTensor tracks a buffer index while locating the requested input, but the specialization never consumes that index. Gcc 16 diagnoses the value as set but unused under the warnings-as-errors build.

Remove the dead counter and increment. The input-name lookup and bool tensor contents are unchanged.

The bool specialization of prepareKFSInferInputTensor tracks a buffer index
while locating the requested input, but the specialization never consumes that
index. Gcc 16 diagnoses the value as set but unused under the
warnings-as-errors build.

Remove the dead counter and increment. The input-name lookup and bool tensor
contents are unchanged.
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