mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-17 04:37:19 +00:00
md5deep: Upgrade to latest master
* Add clang fix Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
--- a/configure.ac 2014-08-22 12:22:54.290884351 +0200
|
||||
+++ b/configure.ac 2014-08-22 12:23:15.822306295 +0200
|
||||
@@ -42,18 +42,6 @@
|
||||
Index: git/configure.ac
|
||||
===================================================================
|
||||
--- git.orig/configure.ac
|
||||
+++ git/configure.ac
|
||||
@@ -42,18 +42,6 @@ case $host in
|
||||
;;
|
||||
esac
|
||||
|
||||
@@ -19,21 +21,3 @@
|
||||
#
|
||||
#
|
||||
################################################################
|
||||
@@ -71,7 +59,7 @@
|
||||
|
||||
if test $mingw = "no" ; then
|
||||
# add the warnings we don't want to do on mingw
|
||||
- $WARNINGS_TO_TEST="$WARNINGS_TO_TEST -Wall -Wstrict-prototypes -Weffc++"
|
||||
+ WARNINGS_TO_TEST="$WARNINGS_TO_TEST -Wall -Wstrict-prototypes -Weffc++"
|
||||
fi
|
||||
|
||||
for option in $WARNINGS_TO_TEST
|
||||
@@ -105,7 +93,7 @@
|
||||
|
||||
if test $mingw = "no" ; then
|
||||
# add the warnings we don't want to do on mingw
|
||||
- $WARNINGS_TO_TEST="$WARNINGS_TO_TEST -Weffc++"
|
||||
+ WARNINGS_TO_TEST="$WARNINGS_TO_TEST -Weffc++"
|
||||
fi
|
||||
|
||||
for option in $WARNINGS_TO_TEST
|
||||
|
||||
Reference in New Issue
Block a user