~vcs-imports/gconfmm/main

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: murrayc
  • Date: 2007-09-12 14:11:32 UTC
  • Revision ID: vcs-imports@canonical.com-20070912141132-tdgqkff94e8y1s77
2.18.1:

2007-09-10  Martin Ejdestig  <marejde@gmail.com>

        * gconf/gconfmm/setinterface.h: Use 
        #pragma GCC system_header
        to supress warnings about the lack of a virtual destructor.
        We cannot add the virtual destructor (not a big problem in this 
        case anyway) without breaking ABI, and we do not want to stop 
        applications from building while -Werror is enabled.
        Bug #460969

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
2.18.1:
 
2
 
 
3
2007-09-10  Martin Ejdestig  <marejde@gmail.com>
 
4
 
 
5
        * gconf/gconfmm/setinterface.h: Use 
 
6
        #pragma GCC system_header
 
7
        to supress warnings about the lack of a virtual destructor.
 
8
        We cannot add the virtual destructor (not a big problem in this 
 
9
        case anyway) without breaking ABI, and we do not want to stop 
 
10
        applications from building while -Werror is enabled.
 
11
        Bug #460969
 
12
 
1
13
2007-04-24  Yselkowitz <yselkowitz@users.sourceforge.net>
2
14
 
3
15
        * scripts/macros.m4: Check for both m4 and M4 in the GNU m4 output,