[vlc-commits] contribs: Sparkle: remove -Wno-error flag
David Fuhrmann
git at videolan.org
Fri Mar 2 20:01:27 CET 2018
vlc | branch: master | David Fuhrmann <dfuhrmann at videolan.org> | Fri Mar 2 19:59:58 2018 +0100| [37e8b195b29956574f53bc77abe704780cabd6f6] | committer: David Fuhrmann
contribs: Sparkle: remove -Wno-error flag
We want to have the opposite thing - actually seeing errors for
some warnings.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=37e8b195b29956574f53bc77abe704780cabd6f6
---
contrib/src/sparkle/rules.mak | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/contrib/src/sparkle/rules.mak b/contrib/src/sparkle/rules.mak
index 32591bfb45..da34dc8af4 100644
--- a/contrib/src/sparkle/rules.mak
+++ b/contrib/src/sparkle/rules.mak
@@ -18,7 +18,7 @@ sparkle: Sparkle-$(SPARKLE_VERSION).zip .sum-sparkle
.sparkle: sparkle
# Build Sparkle and change the @rpath
- cd $< && xcodebuild $(XCODE_FLAGS) WARNING_CFLAGS=-Wno-error
+ cd $< && xcodebuild $(XCODE_FLAGS)
cd $< && install_name_tool -id @executable_path/../Frameworks/Sparkle.framework/Versions/A/Sparkle build/Release/Sparkle.framework/Sparkle
# Install
cd $< && mkdir -p "$(PREFIX)/Frameworks" && \
More information about the vlc-commits
mailing list