Skip to content
  • Vinson Lee's avatar
    glsl: Silence uninitialized variable warning. · 56176f00
    Vinson Lee authored
    i686-apple-darwin10-gcc-4.2.1 generated the following warning.
    warning: 'score' may be used uninitialized in this function
    
    GCC 4.4.3 on Linux didn't generate the above warning.
    56176f00