|
兄弟编译时遇到了一下四种警告,不知道其中的意思,尤其是“cast”望大家不吝指教。同时想知道引起这些警告的原因。我是把不同的函数归类分配在不同的源文件中导致的。谢谢!
warning: implicit declaration of function `apacheWRoneLine'
warning:passing arg 2 of `strcpy' makes pointer from integer without a cast
warning: implicit declaration of function `getnword'
warning: assignment makes pointer from integer without a cast |
|