kopia lustrzana https://gitlab.com/sane-project/backends
sanei_thread: fix [-Wmaybe-uninitialized] compiler warning
rodzic
cd3453948d
commit
57ae115eaf
|
@ -491,7 +491,7 @@ sanei_thread_waitpid( SANE_Pid pid, int *status )
|
||||||
#else
|
#else
|
||||||
int ls;
|
int ls;
|
||||||
#endif
|
#endif
|
||||||
SANE_Pid result;
|
SANE_Pid result = pid;
|
||||||
int stat;
|
int stat;
|
||||||
|
|
||||||
stat = 0;
|
stat = 0;
|
||||||
|
|
Ładowanie…
Reference in New Issue