Development Log

  • CodePeer
    Apr 3rd, 2012

    CodePeer now takes pragma Unreferenced into account
    In the case of an assignment to a variable which is subject to an Unreferenced pragma (which indicates that the variable will never be read), CodePeer no longer generates a useless "unused assignment" warning.