This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

rebuild got warnings


I use Keil uVision to bulid a target there is no errors and warings.But Rebulid got 4 warinings,like:
Warning C280: "ad_ ptr" unreferenced local variable

Parents Reply Children
  • That's not quite the same as just referencing them.

    "Use them" implies putting them to some functional use - whereas Dan's suggestion just references them without actually doing anything with them at all.

    And there's the problem: some compilers will give a warning along the lines of "code has no effect" for such references...

    :-(

    BTW: Is it just me, or does the ARM compiler not warn about unused parameters?