On Tue, Mar 12, 2013 at 6:09 AM, Philip Martin <[email protected]>wrote:
> The patch below allows Subversion to be compiled with g++ provided the > the option -fpermissive is used. The advantage of doing this is that we > get extra warnings, in particular we get enum type checking (in C any > enum can be passed where an enum is expected). This isn't a conversion > to C++, Subversion is still C, it's simply an option to allow another > compiler. > > You do not mention this, so I will ask. After applying this patch and compiling with g++ has it shown you any useful warnings that you were not already aware of? -- Thanks Mark Phippard http://markphip.blogspot.com/

