libntlm
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Patch to fix gcc 8 build: remove -Wmudflap flag


From: Romain GEISSLER
Subject: Patch to fix gcc 8 build: remove -Wmudflap flag
Date: Mon, 26 Feb 2018 18:21:03 +0000

Hi,

With the upcoming gcc 8, the flag -Wmudflap is no longer supported and actually 
throws an error. In oder to fix the build, this patch (and then a complete 
autoreconf) solves this issue (tested against the 1.4 tarball).

Cheers,
Romain

--- gl/m4/manywarnings.m4
+++ gl/m4/manywarnings.m4
@@ -146,7 +146,6 @@
     -Wmissing-include-dirs \
     -Wmissing-parameter-type \
     -Wmissing-prototypes \
-    -Wmudflap \
     -Wmultichar \
     -Wnarrowing \
     -Wnested-externs \


reply via email to

[Prev in Thread] Current Thread [Next in Thread]