1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-02-02 09:47:00 +03:00

bug #406: Removed default Werror option for compiling OpenNebula

(cherry picked from commit 631a4c02f737ca8fcec40cd7af0f00abedb5b9a0)
This commit is contained in:
Ruben S. Montero 2010-11-19 17:37:03 +01:00
parent 456a15007e
commit d6168d24c5
2 changed files with 2 additions and 4 deletions

View File

@ -76,8 +76,7 @@ main_env.Append(LIBPATH=[
# Compile flags
main_env.Append(CPPFLAGS=[
"-g",
"-Wall",
"-Werror",
"-Wall"
])
# Linking flags

View File

@ -50,8 +50,7 @@ main_env.Append(LIBPATH=[
# Compile flags
main_env.Append(CPPFLAGS=[
"-g",
"-Wall",
"-Werror"
"-Wall"
])
# Linking flags