Re: 'warning: unused parameter'
Markus Wanner <[email protected]>
| Newsgroups | gmane.comp.version-control.monotone.devel |
|---|---|
| Message-ID | <[email protected]> |
On 05/01/2014 09:20 PM, Markus Wanner wrote: > You can always do `./configure CXXFLAGS="-Wno-unused-parameter"` - then > there's nothing to take out. Sorry, no, that doesn't work. Sigh! (Due to -Wunused being appended after any flags passed in, thus overriding that specific flag.) Regards Markus