]> git.sur5r.net Git - cc65/commit
Use -Werror only on Travis CI builds.
authorOliver Schmidt <ol.sc@web.de>
Sun, 9 Feb 2014 18:48:30 +0000 (19:48 +0100)
committerOliver Schmidt <ol.sc@web.de>
Sun, 9 Feb 2014 18:48:30 +0000 (19:48 +0100)
commit0d3a652544836c66243728b41899c55363c1f941
tree2c35e31265b468a1458b3dce3ae366dae42870ba
parent47828e1059d3cc857b14849f8d166468b03999b8
Use -Werror only on Travis CI builds.

There's no need to intentionally break things for people trying to build cc65 with some obscure compiler. It's enough to make sure that no new warnings sneak into the code base by having Travis CI builds fail.
src/Makefile