GNOME Bugzilla – Bug 524870
glibmm/helperlist.h:113: warning: suggest a space before ‘;’...
Last modified: 2008-03-29 18:54:27 UTC
With g++ 4.3 and -Wextra, I get this warning when building against glibmm: /usr/include/glibmm-2.4/glibmm/helperlist.h:113: warning: suggest a space before ‘;’ or explicit braces around empty body in ‘for’ statement
Created attachment 108194 [details] [review] Add a newline before the semicolon. 2008-03-28 Tim Retout <tim@retout.co.uk> * glib/glibmm/helperlist.h (operator[]): Add a newline before the semicolon at the end of the 'for' loop. Fixes g++ 4.3 warning.
Thanks, committed. In the future, it would be great if you could patch the changelog as well. Thanks!