Gabe Black has uploaded this change for review. ( https://gem5-review.googlesource.com/9344

Change subject: scons: Re-enable override based warnings on gcc.
......................................................................

scons: Re-enable override based warnings on gcc.

These warnings have been fixed.

Change-Id: I28ee5f4ae21412121849fcb9d273939d8e462842
---
M SConstruct
1 file changed, 0 insertions(+), 4 deletions(-)



diff --git a/SConstruct b/SConstruct
index 0bb0f69..8fde133 100755
--- a/SConstruct
+++ b/SConstruct
@@ -478,10 +478,6 @@
main.Append(TCMALLOC_CCFLAGS=['-fno-builtin-malloc', '-fno-builtin-calloc',
                                   '-fno-builtin-realloc', '-fno-builtin-free'])

-    # add option to check for undeclared overrides
-    if compareVersions(gcc_version, "5.0") > 0:
-        main.Append(CCFLAGS=['-Wno-error=suggest-override'])
-
     # The address sanitizer is available for gcc >= 4.8
     if GetOption('with_asan'):
         if GetOption('with_ubsan') and \

--
To view, visit https://gem5-review.googlesource.com/9344
To unsubscribe, or for help writing mail filters, visit https://gem5-review.googlesource.com/settings

Gerrit-Project: public/gem5
Gerrit-Branch: master
Gerrit-Change-Id: I28ee5f4ae21412121849fcb9d273939d8e462842
Gerrit-Change-Number: 9344
Gerrit-PatchSet: 1
Gerrit-Owner: Gabe Black <[email protected]>
Gerrit-MessageType: newchange
_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev

Reply via email to