Initializations in declarations in functions with setjmp() trigger this warning. Initializations have to be changed to assignments after the declarations. The other changes fix some warnings about strncpy truncation by ensuring that the destination is null terminated.
This should resolve https://github.com/jasper-software/xv/issues/28
Initializations in declarations in functions with setjmp() trigger this warning. Initializations have to be changed to assignments after the declarations. The other changes fix some warnings about strncpy truncation by ensuring that the destination is null terminated. This should resolve https://github.com/jasper-software/xv/issues/28