sourcey / libsourcey

C++14 evented IO libraries for high performance networking and media based applications
https://sourcey.com/libsourcey
GNU Lesser General Public License v2.1
1.31k stars 344 forks source link

Fixed C++ build error "narrowing conversion" #265

Closed blackforest-tom closed 5 years ago

blackforest-tom commented 5 years ago

Compiling on raspberry pi (armv7), i got error: narrowing conversion of '-1' from 'int' to 'char'

This commit fixes the issue.

auscaster commented 5 years ago

Thanks for the PR :)