Re: [hatari-devel] Compiling with -Wall -Werror (congrats!) |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
Hi,
On 01/23/2018 11:02 AM, Christer Solskogen wrote:
I just did a compile with -Wall -Werror, and hatari compiled perfectly.
Very nice job, guys!
Do you want me to add that as a default flag in my builds?
In general, -Werror isn't advisable in packaged sourced and automated
builds, at least if compiler may get updated independently. New
compiler versions can output new warnings, either real, or bogus ones.
- Eero