summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorLucas De Marchi <lucas.demarchi@intel.com>2018-06-06 15:27:38 -0700
committerArkadiusz Hiler <arkadiusz.hiler@intel.com>2018-07-12 11:04:17 +0300
commit51dccf8aac8a7363c8b42c09b67626061cf64a7f (patch)
tree48962c394057a98be1053177c88887a282ad0769 /meson.build
parente19fd5549e9cf603251704117fc64f4068be5016 (diff)
tests/sw_sync: fix pthread start_routine declaration
pthread_create() expects a void *(*start_routine) (void *). Fix warning the following warning on gcc 8: ../tests/sw_sync.c:773:37: warning: cast between incompatible function types from ‘int (*)(void *)’ to ‘void * (*)(void *)’ [-Wcast-function-type] pthread_create(&threads[i], NULL, (void * (*)(void *)) ^ Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com> Reviewed-by: Petri Latvala <petri.latvala@intel.com>
Diffstat (limited to 'meson.build')
0 files changed, 0 insertions, 0 deletions