码迷,mamicode.com
首页 > 其他好文 > 详细

解决编译错误 implicit declaration of function 'strptime'

时间:2017-06-18 20:45:49      阅读:299      评论:0      收藏:0      [点我收藏+]

标签:strong   his   pil   imp   cti   文件中   clu   man   warnings   

根据man手册,在文件中加上以下定义,应该可以去处该warning
       #define _XOPEN_SOURCE /* glibc2 needs this */
       #include 
 
但不起作用(重新编译还是有该warning)
 
加上编译选项-D_XOPEN_SOURCE又出现一大推其他编译错误
 
最后在找到这篇帖子
http://stackoverflow.com/questions/15334558/compiler-gets-warnings-when-using-strptime-function-c
 
在编译选项上同时加上-D_GNU_SOURCE -D__USE_XOPEN,即可解决

解决编译错误 implicit declaration of function 'strptime'

标签:strong   his   pil   imp   cti   文件中   clu   man   warnings   

原文地址:http://www.cnblogs.com/westfly/p/7045132.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!