[hyena] build: Re-enable disabled warnings during compilation



commit a23a19e296ffaba1cedd21dbdb3877044ed19e37
Author: Bertrand Lorentz <bertrand lorentz gmail com>
Date:   Sat Jul 5 12:17:23 2014 +0200

    build: Re-enable disabled warnings during compilation
    
    Those warnings were disabled a long time ago to work around bugs in old
    mono compilers.

 build/build.rules.mk |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/build/build.rules.mk b/build/build.rules.mk
index 52b7a7e..326a405 100644
--- a/build/build.rules.mk
+++ b/build/build.rules.mk
@@ -57,7 +57,7 @@ $(ASSEMBLY_FILE): $(SOURCES_BUILD) $(RESOURCES_EXPANDED) $(DEP_LINK)
        $(MCS) \
                $(GMCS_FLAGS) \
                $(ASSEMBLY_BUILD_FLAGS) \
-               -nowarn:0278 -nowarn:0078 $$warn \
+               $$warn \
                -debug -target:$(TARGET) -out:$@ \
                $(BUILD_DEFINES) $(ENABLE_TESTS_FLAG) \
                $(FILTERED_LINK) $(RESOURCES_BUILD) $(SOURCES_BUILD)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]