Skip to content

Commit

Permalink
Change the replex warnings to -w (completely off)
Browse files Browse the repository at this point in the history
This will only affect the third-party C code which is replex, both where it is
compiled standalone, and where it's compiled into mythtranscode.
  • Loading branch information
Beirdo committed Jan 2, 2011
1 parent 8f5428a commit 2837814
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-function
QMAKE_CFLAGS += -w

# 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-function
QMAKE_CFLAGS += -w

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 2837814

Please sign in to comment.