Skip to content

Commit

Permalink
Ignore icc warning #913.
Browse files Browse the repository at this point in the history
This is for characters 0x80-0xFF in vbitext/lang.c
g++ and icpc both do the what is expected for these characters.
  • Loading branch information
daniel-kristjansson committed Jun 27, 2012
1 parent 0680c4f commit 9b41af7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions mythtv/configure
Original file line number Diff line number Diff line change
Expand Up @@ -4655,6 +4655,10 @@ if enabled icc; then
# 10148: ignoring unknown option -Wno-parentheses
# 10156: ignoring option '-W'; no argument required
check_cflags -wd144,167,556,1292,1419,10006,10148,10156
# -wd: Disable the following warnings for MythTV
# 913: ignoring invalid multibyte character sequence,
# icpc and g++ do the right thing for char 0x80-0xFF
check_cflags -wd913
# 11030: Warning unknown option --as-needed
# 10156: ignoring option '-export'; no argument required
check_ldflags -wd10156,11030
Expand Down

0 comments on commit 9b41af7

Please sign in to comment.