gcc

1. gcc  demo.c -o demo.out -Wno-implicit-int //do not display this error

2. gcc demo.c -o demo.out -Wno-error=implicit-int // turning this error to a warining

posted @ 2024-08-24 19:29  zjhangia  阅读(22)  评论(0)    收藏  举报