Skip to content

Commit

Permalink
Use compiler option "-pedantic" instead of "-pedantic-errors"
Browse files Browse the repository at this point in the history
ライブラリヘッダーのエラーを避けるためコンパイラの拡張機能は警告にする
JDimproved#20 (comment)
  • Loading branch information
ma8ma committed Dec 23, 2018
1 parent f4032cf commit 386d3d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -70,7 +70,7 @@ dnl ユーザー設定
dnl

dnl 追加コンパイルオプション
CXXFLAGS="-ggdb -Wall -pedantic-errors $CXXFLAGS"
CXXFLAGS="-ggdb -Wall -pedantic $CXXFLAGS"

dnl ---------------------------------------------------
dnl ---------------------------------------------------
Expand Down

0 comments on commit 386d3d2

Please sign in to comment.