一见

带属性的向前声明:warning: type attributes are honored only at type definition

带属性的向前声明:


class __attribute__((__dllexport__)) X;

执行
g++ -c -g x.cpp
编译会收到如下warning:

warning: type attributes are honored only at type definition

使用的GCC版本为:4.1.2,如果是GCC 4.5.1,则warning变更为:

warning: ‘__dllexport__’ attribute directive ignored

posted on 2012-12-11 17:02  -见  阅读(224)  评论(0编辑  收藏  举报

导航