• For consistency with other supported compilers, enable a warning about
    unused parameters at warning level 3 in visual studio.
    
    By default this warning is at level 4, but using level 4 isn't really
    feasible since a ton of warnings are generated for Qt header files.
    Charles Otto authored
     
    Browse File »