X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/eb789b05381c7f2a2cca0f9d7cd028309e970345..70fb5e6d9b84d77bbd816a23f7e5b1ad7b313f7f:/docs/contrib/build_nmh diff --git a/docs/contrib/build_nmh b/docs/contrib/build_nmh index f17b240f..0b9e582e 100755 --- a/docs/contrib/build_nmh +++ b/docs/contrib/build_nmh @@ -308,7 +308,9 @@ if [ $status -eq 0 ]; then fi grep 'Error' "$logfile" -grep 'warn' "$logfile" +#### Ignore the warning when sbr/dtimep.c is built with flex 2.5.36 +#### or 2.5.37. +grep 'warn' "$logfile" | grep -v 'sbr/dtimep.c:.*-Wsign-compare' if [ $status -ne 0 ]; then echo build failed! echo build log is in "$logfile"