Skip to content

Commit

Permalink
Remove -Wno-unused-result which appears to only be available in gcc 4…
Browse files Browse the repository at this point in the history
….5.x
  • Loading branch information
Paul Harrison authored and Beirdo committed Jan 2, 2011
1 parent d2db89e commit 7732823
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mythtv/programs/mythtranscode/mythtranscode.pro
Expand Up @@ -9,7 +9,7 @@ target.path = $${PREFIX}/bin
INSTALLS = target

QMAKE_CLEAN += $(TARGET)
QMAKE_CFLAGS += -Wno-unused-result -Wno-unused-function
QMAKE_CFLAGS += -Wno-unused-function

# Input
SOURCES += main.cpp transcode.cpp mpeg2fix.cpp helper.c
Expand Down
2 changes: 1 addition & 1 deletion mythtv/programs/mythtranscode/replex/replex.pro
Expand Up @@ -18,7 +18,7 @@ INCLUDEPATH += replex
INCLUDEPATH += ../../../external/FFmpeg
INCLUDEPATH += ../../../libs

QMAKE_CFLAGS += -Wno-unused-result -Wno-unused-function
QMAKE_CFLAGS += -Wno-unused-function

LIBS += -L../../../external/FFmpeg/libavutil -L../../../external/FFmpeg/libavcodec -L../../../external/FFmpeg/libavcore -L../../../external/FFmpeg/libavformat
LIBS += -lmythavformat -lmythavcodec -lmythavcore -lmythavutil
Expand Down

0 comments on commit 7732823

Please sign in to comment.