Move -Wcast-align to hb.hh
This commit is contained in:
parent
8874eef8ff
commit
868b0c0c2e
|
@ -102,9 +102,6 @@ if test "x$GCC" = "xyes"; then
|
||||||
# by overriding CXXFLAGS.
|
# by overriding CXXFLAGS.
|
||||||
CXXFLAGS="-fno-rtti $CXXFLAGS -fno-exceptions -fno-threadsafe-statics"
|
CXXFLAGS="-fno-rtti $CXXFLAGS -fno-exceptions -fno-threadsafe-statics"
|
||||||
|
|
||||||
# Assorted warnings
|
|
||||||
CXXFLAGS="$CXXFLAGS -Wcast-align"
|
|
||||||
|
|
||||||
case "$host" in
|
case "$host" in
|
||||||
*-*-mingw*)
|
*-*-mingw*)
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Reference in New Issue