[PATCH] D125066: [AVR][NFC] Eliminate warning 'unused variable'

Ben Shi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 5 19:35:02 PDT 2022


benshi001 added a comment.

The variable `STI` is only used in assert, so there will be 'used variable' warnings when doing release build.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D125066/new/

https://reviews.llvm.org/D125066



More information about the llvm-commits mailing list