Silicondust / libhdhomerun

Silicondust library and cli utility for controlling HDHomeRun tuners
GNU Lesser General Public License v2.1
102 stars 43 forks source link

Fix "warning C4800" on Windows MSVC build #8

Closed zcsizmadia closed 5 years ago

zcsizmadia commented 6 years ago

When building on Win32 or Win64 MSVC compiler gives: warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)

nickkelsey commented 5 years ago

fixed.