From: Christophe de V. <cde...@al...> - 2004-02-13 10:36:14
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Jim Garrison a =E9crit : | Hello everyone, | | There's a few things that I would like to do to the CVS tree, and I | will do these if there are no complaints. | No objection for both issues. | 1. Add .cvsignore files | | 2. Remove unnecessary semicolons. g++ 3.4 (snapshots available) | has made "-pedantic" error out on unnecessary semicolons. All but | one of these in the libxml++ code is in the following form: | | extern "C" { #include "something.h" }; | | or... | | namespace xmlpp { // stuff }; | | The semicolon at the end is unnecessary in each one. If nobody | objects, I'll commit a patch that removes these semicolons. Thanks, Christophe -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFALKfiB+sU3TyOQjARAgxcAJoCrBXe0iqlFvUhDW1rHek03gdysQCbB/v2 ugThvA+OiFtnPFB1dNdKmVc=3D =3DXLyB -----END PGP SIGNATURE----- |