Skip to content
  • George Zagaris's avatar
    COMP: Fix compiler warnings · 20808418
    George Zagaris authored
    Fix some compiler warnings related to unreferenced variables
    when compiled in Release mode. These variables are used mainly
    in asserts, so, when compiled in Release mode the compiler
    typically throws a warning that the variable is not used.
    20808418