Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:42.1
sblim-indication_helper
sblim-indication_helper-0.4.2_warnings.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File sblim-indication_helper-0.4.2_warnings.patch of Package sblim-indication_helper
Index: ind_helper.c =================================================================== --- ind_helper.c.orig +++ ind_helper.c @@ -19,6 +19,7 @@ #include <config.h> #include <cmpimacs.h> +#include <stdint.h> #include <pthread.h> #ifdef HAVE_STDLIB_H #include <stdlib.h> @@ -1287,7 +1288,7 @@ pthread_detach (thread_id); IND_HLP_DEBUG ("_worker exited."); - pthread_exit ((void *) rc); + pthread_exit ((void *)(intptr_t) rc); } /**
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor