Bug #230
geschlossenReturn type mismatch between declaration and implementation of _threadRun_cb
Beschreibung
C:/gcdev64/gnucash/maint/src/gwenhywfar-5.5.0/src/os/windows/gwenthread.c:157:7: error: conflicting types for '_threadRun_cb'
157 | DWORD _threadRun_cb(LPVOID lpParam)
| ^~~~~~~~~~~
C:/gcdev64/gnucash/maint/src/gwenhywfar-5.5.0/src/os/windows/gwenthread.c:48:21: note: previous declaration of '_threadRun_cb' was here
48 | static DWORD WINAPI _threadRun_cb(LPVOID lpParam);
| ^~~~~~~~~~~
C:/gcdev64/gnucash/maint/src/gwenhywfar-5.5.0/src/os/windows/gwenthread.c: In function '_threadRun_cb':
C:/gcdev64/gnucash/maint/src/gwenhywfar-5.5.0/src/os/windows/gwenthread.c:170:10: warning: returning 'void *' from a function with return type 'DWORD' {aka 'long unsigned int'} makes integer from pointer without a cast [-Wint-conversion]
170 | return NULL;
| ^~~~
Dateien