Commit Graph

6 Commits

Author SHA1 Message Date
929556d677 warnings: temporarily remove fallthrough warning
we use fallthrough fairly liberally in some bitwise and crypto
codepaths, and keeping this warning message (particularly in debug
builds where we use Werror) is painful.
2017-06-13 14:11:36 +10:00
06bb32ff00 warnings: disable unsafe-loop-optimisation
This warning caused too many false positives with range-for and other
language constructs and was very rarely actually helpful. Disable for
the time being.
2017-05-24 15:16:33 +10:00
2b9bff932c warnings: add gcc 7 default warnings 2017-05-12 14:56:20 +10:00
5b87197002 warnings: remove vestigial m4_sh version checks 2017-01-31 20:45:18 +11:00
d106a052a1 nc: protect against multiple invokations 2017-01-25 18:46:41 +11:00
a57db559e9 initial import 2017-01-17 19:20:12 +11:00