From 386d3d2bc18c3b590124dd64b10adda069979503 Mon Sep 17 00:00:00 2001 From: Masayuki Yamamoto Date: Mon, 24 Dec 2018 08:38:34 +0900 Subject: [PATCH] Use compiler option "-pedantic" instead of "-pedantic-errors" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ライブラリヘッダーのエラーを避けるためコンパイラの拡張機能は警告にする https://github.com/yama-natuki/JD/pull/20#issuecomment-449643098 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index ca0e1db4b..0af9b8f16 100644 --- a/configure.ac +++ b/configure.ac @@ -70,7 +70,7 @@ dnl ユーザー設定 dnl dnl 追加コンパイルオプション -CXXFLAGS="-ggdb -Wall -pedantic-errors $CXXFLAGS" +CXXFLAGS="-ggdb -Wall -pedantic $CXXFLAGS" dnl --------------------------------------------------- dnl ---------------------------------------------------