projects
/
mutter.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c981c6b
)
_Wcast-align
author
Debian GNOME Maintainers
<pkg-gnome-maintainers@lists.alioth.debian.org>
Sat, 7 Jul 2012 18:03:06 +0000
(18:03 +0000)
committer
Michael Biebl
<biebl@debian.org>
Sat, 7 Jul 2012 18:03:06 +0000
(18:03 +0000)
===================================================================
Gbp-Pq: Name 01_Wcast-align.patch
configure.in
patch
|
blob
|
history
diff --git
a/configure.in
b/configure.in
index 764fd5c66a3da6cca2acb5ca2c02517c0fa265c2..c9b49fdf659cd9dcf286429cb297174e388583a0 100644
(file)
--- a/
configure.in
+++ b/
configure.in
@@
-445,11
+445,6
@@
if test "$enable_compile_warnings" != no ; then
*) CFLAGS="$CFLAGS -Wpointer-arith" ;;
esac
- case " $CFLAGS " in
- *[\ \ ]-Wcast-align[\ \ ]*) ;;
- *) CFLAGS="$CFLAGS -Wcast-align" ;;
- esac
-
case " $CFLAGS " in
*[\ \ ]-Wsign-compare[\ \ ]*) ;;
*) CFLAGS="$CFLAGS -Wsign-compare" ;;