clbr / radeontop

GNU General Public License v3.0
810 stars 72 forks source link

Fix compiler warnings about uninitialized data. #164

Open stolk opened 7 months ago

stolk commented 7 months ago

Don't leave data uninitialized. Fixes compiler warnings.

clbr commented 7 months ago

Please fix the style (there should be spaces around =) and I can apply this.