Alexandru Duțu has uploaded this change for review. (
https://gem5-review.googlesource.com/9561
Change subject: scons: No error for unused functions
......................................................................
scons: No error for unused functions
Change-Id: I46093466135572fc1543682923d39521456d85f0
---
M SConstruct
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/SConstruct b/SConstruct
index 8fde133..da1ba8d 100755
--- a/SConstruct
+++ b/SConstruct
@@ -367,6 +367,7 @@
main.Append(CCFLAGS=['-Werror',
'-Wno-error=deprecated-declarations',
'-Wno-error=deprecated',
+ '-Wno-error=unused-function'
])
else:
print(termcap.Yellow + termcap.Bold + 'Error' + termcap.Normal,
end=' ')
--
To view, visit https://gem5-review.googlesource.com/9561
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: I46093466135572fc1543682923d39521456d85f0
Gerrit-Change-Number: 9561
Gerrit-PatchSet: 1
Gerrit-Owner: Alexandru Duțu <[email protected]>
Gerrit-MessageType: newchange
_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev