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
|
||||
int ls;
|
||||
#endif
|
||||
SANE_Pid result;
|
||||
SANE_Pid result = pid;
|
||||
int stat;
|
||||
|
||||
stat = 0;
|
||||
|
|
Ładowanie…
Reference in New Issue