Skip to content

Commit

Permalink
Suppress emms() warnings, the code does call emms() when necessary.
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-kristjansson committed Dec 11, 2012
1 parent e6dd166 commit 1cc188d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mythtv/configure
Expand Up @@ -4746,6 +4746,8 @@ elif enabled icpc; then
# 913: ignoring invalid multibyte character sequence,
# icpc and g++ do the right thing for char 0x80-0xFF
check_cxxflags -wd177,192,592,913
# 13200: ignore EMMS instruction required, RTjpegN.cpp does the right thing
check_cxxflags -wd177,192,592,913,13200
elif enabled clangxx; then
# The self assign warning triggers on headers that use x=x;
# to suppress warnings about unused parameters.
Expand Down

0 comments on commit 1cc188d

Please sign in to comment.