5.warning: passing arg 4 of `XXX’ makes integer from pointer without a cast 原因分析:数据类型不匹配; 解决方法:具体问题具体分析,主要还是要将数据的类型统一; 6.warning: `return’ with no value, in function returning non-void 原因分析:函数执行完成后没有返回值,同时函数的定义中有返回值; 解决...
o MESSAGE: Use of implicit with declaration warnings EXPLANATION: An IMPLICIT statement was used in a program compiled with the -warn declarations option. o MESSAGE: Value for xxx out of range, defaulting to xxx EXPLANATION: Command line error. For example: $ f77 -O15 x.f The range of va...