dyne / frei0r

A large collection of free and portable video plugins
https://frei0r.dyne.org/
GNU General Public License v2.0
419 stars 90 forks source link

Fix build warning in 64 bit Windows #107

Closed gbendy closed 3 years ago

gbendy commented 3 years ago

64 bit windows builds issue a warning in frei0r.hpp:

frei0r.hpp(295,46): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data

Easy to fix and warnings in my builds irritate me so am submitting the world's most trivial PR!