摘要: 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 w 阅读全文
posted @ 2024-08-24 19:29 zjhangia 阅读(22) 评论(0) 推荐(0)