File: disable-pedantic-errors.patch

package info (click to toggle)
mssh 2.2-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 932 kB
  • ctags: 191
  • sloc: sh: 1,938; ansic: 1,898; makefile: 45; sed: 16
file content (12 lines) | stat: -rw-r--r-- 370 bytes parent folder | download | duplicates (3)
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)