GNOME Bugzilla – Bug 484460
gcc 4.2 warns on gutils.h inline functions
Last modified: 2007-10-07 17:59:52 UTC
GCC 4.2 warns about non-static inline functions in gnu99 or c99 mode (http://gcc.gnu.org/gcc-4.2/changes.html). These warnings can be suppressed by using the gnu_inline function attribute if the __GNUC_GNU_INLINE__ preprocessor macro is set.
Created attachment 96837 [details] [review] use the gnu_inline function attribute for gcc 4.2
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find. *** This bug has been marked as a duplicate of 315437 ***