Carrefour.c: In function ‘main’:
Carrefour.c:43: warning: implicit declaration of function ‘VOIE1’
Carrefour.c:43: warning: passing argument 3 of ‘pthread_create’ makes pointer from integer without a cast
Carrefour.c:44: warning: implicit declaration of function ‘VOIE2’
Carrefour.c:44: warning: passing argument 3 of ‘pthread_create’ makes pointer from integer without a cast
Carrefour.c:49: warning: assignment makes integer from pointer without a cast
Carrefour.c:51: warning: implicit declaration of function ‘pthread_yield’
Carrefour.c:52: warning: assignment makes integer from pointer without a cast
Carrefour.c:58: warning: assignment makes integer from pointer without a cast
Carrefour.c:61: warning: assignment makes integer from pointer without a cast
Carrefour.c: At top level:
Carrefour.c:71: warning: conflicting types for ‘VOIE1’
Carrefour.c:43: warning: previous implicit declaration of ‘VOIE1’ was here
Carrefour.c: In function ‘VOIE1’:
Carrefour.c:74: warning: assignment makes integer from pointer without a cast
Carrefour.c: At top level:
Carrefour.c:77: warning: conflicting types for ‘VOIE2’
Carrefour.c:44: warning: previous implicit declaration of ‘VOIE2’ was here
Carrefour.c: In function ‘VOIE2’:
Carrefour.c:80: warning: assignment makes integer from pointer without a cast
Partager