Package: mssh / 2.2-5

disable-pedantic-errors.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
Description: Disable pedantic errors to fix FTBFS with GCC 6
Author: Axel Beckert <abe@debian.org>
Bug-Debian: https://bugs.debian.org/811684

--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,4 +1,4 @@
-AM_CFLAGS = -pedantic-errors -Werror -Wall -Wfatal-errors -Wwrite-strings
+AM_CFLAGS = -Werror -Wall -Wfatal-errors -Wwrite-strings
 
 AM_CPPFLAGS = $(MSSH_CFLAGS)