This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/34000] GCC pedwarns about use of static inline functions from system headers in extern inline functions



------- Comment #15 from lennox at cs dot columbia dot edu  2008-02-13 22:27 -------
Arguably, the use of static data (possible excepting const static data) or a
non-inline static function is worthy of a pedwarn.  But I'd certainly be
inclined to agree for static inline functions.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34000


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]