Skip to content
  • Jonathan Peyton's avatar
    Remove unused variable warnings by fooling compiler. · e8104ad0
    Jonathan Peyton authored
    Some variables are convenient to keep around even if they aren't
    really used in a release build.  This is often seen in DEBUG guarded code where the variable
    is only used in a DEBUG build.
    
    Patch by Jack Howarth
    
    llvm-svn: 239326
    e8104ad0
Loading