You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Addressing:
In file included from /home/jcerny/openscap/src/OVAL/probes/probe/input_handler.c:28:
/home/jcerny/openscap/src/OVAL/probes/probe/input_handler.c: In function ‘probe_input_handler’:
/home/jcerny/openscap/src/OVAL/probes/probe/input_handler.c:77:30: warning: cast between incompatible function types from ‘int (*)(pthread_attr_t *)’ {aka ‘int (*)(union pthread_attr_t *)’} to ‘void (*)(void *)’ [-Wcast-function-type]
pthread_cleanup_push((void(*)(void *))pthread_attr_destroy, (void *)&pth_attr);
^
0 commit comments