Bug#778039: Patch for GCC 5 build issue

2015-08-09 Thread Chris Morris
Hello The following commit should fix the build warnings https://github.com/OoliteProject/oolite/commit/80835961e0d0fad8c9dd1bfbd26706808360c66f The commit is to 1.82's version of the files but other than which lines are being patched there shouldn't be any difference to what's needed for 1.7

Bug#778039: Patch for GCC 5 build issue

2015-07-18 Thread Nicolas Boulenguez
Package: src:oolite Followup-For: Bug #778039 > > Here's a fix for the GCC 5 build issue. I added -Wno-error=format-security > I don't think that's the best way forward. Since this is > security-relevant I think we should rather fix the problem than > ignoring the errors. Fully agreed. However,

Bug#778039: Patch for GCC 5 build issue

2015-07-18 Thread gregor herrmann
On Thu, 16 Jul 2015 13:30:40 -0600, Josh Gadeken wrote: > Here's a fix for the GCC 5 build issue. I added "-Wno-error=format-security" > to the GNUmakefile. The package successfully builds and links using GCC 5 > with this change. I don't think that's the best way forward. Since this is security-

Bug#778039: Patch for GCC 5 build issue

2015-07-16 Thread Josh Gadeken
tags 778039 + patch thanks Here's a fix for the GCC 5 build issue. I added "-Wno-error=format-security" to the GNUmakefile. The package successfully builds and links using GCC 5 with this change. It looks like GCC 5 / gobjc 5 sets "-Werror=format-security" by default. Please see the "Environ