Skip to content

Commit

Permalink
Build error with clang
Browse files Browse the repository at this point in the history
#420

Closes #421.
  • Loading branch information
ossy-szeged authored and superdump committed Jul 31, 2015
1 parent 32ae7af commit 3c1a0e6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions gst/Makefile.am
Expand Up @@ -13,6 +13,7 @@ AM_CFLAGS = \
-Wall \
-Wextra \
-Werror \
-Wno-parentheses-equality \
$(DEBUG_CFLAGS)

lib_LTLIBRARIES = libopenwebrtc_gst.la
Expand Down
1 change: 1 addition & 0 deletions local/Makefile.am
Expand Up @@ -13,6 +13,7 @@ AM_CFLAGS = \
-Wall \
-Wextra \
-Werror \
-Wno-parentheses-equality \
$(DEBUG_CFLAGS)

noinst_LTLIBRARIES = libopenwebrtc_local.la
Expand Down
1 change: 1 addition & 0 deletions owr/Makefile.am
Expand Up @@ -14,6 +14,7 @@ AM_CFLAGS = \
-Wall \
-Wextra \
-Werror \
-Wno-parentheses-equality \
$(DEBUG_CFLAGS)

lib_LTLIBRARIES = libopenwebrtc.la
Expand Down
1 change: 1 addition & 0 deletions transport/Makefile.am
Expand Up @@ -15,6 +15,7 @@ AM_CFLAGS = \
-Wall \
-Wextra \
-Werror \
-Wno-parentheses-equality \
$(DEBUG_CFLAGS)

noinst_LTLIBRARIES = libopenwebrtc_transport.la
Expand Down

0 comments on commit 3c1a0e6

Please sign in to comment.