Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix compiler warning: variable may be used uninitialized
../src/commands.c: In function ‘CmdEscapeCheck’: ../src/commands.c:1057:48: warning: ‘old_read_timeout’ may be used uninitialized [-Wmaybe-uninitialized] 1057 | ccid_descriptor -> readTimeout = old_read_timeout; | ^ ../src/commands.c:948:13: note: ‘old_read_timeout’ was declared here 948 | int old_read_timeout; | ^
- Loading branch information