Unity-Technologies / qstat

New official qstat repository
Artistic License 2.0
121 stars 33 forks source link

Unset unused variables to avoid warnings, ref #19 #25

Closed illwieckz closed 7 years ago

illwieckz commented 9 years ago

Hi, this PR unset unused variables to avoid warnings, in the road to a warningless build (see #19).

It's needed to be able to maintain the code and to not miss some introduced warnings because of the noise.

This PR needs #13 and must be merged after #23 and before #27.