Warnings eliminated.

Variable surrounded by IFPOW() macro since it is only needed for power simulations.

Unused variable removed.

Warning suppressed with __attribute__((__unused__)). The variable was not
removed because of its type: sc_module_name. It may be useful.

Other changes:
cscope* added to gitignore.
This commit is contained in:
Éder Ferreira Zulian
2015-04-24 09:11:25 +02:00
parent ce7f85c3e1
commit 6cf6c6be95
4 changed files with 7 additions and 5 deletions

1
.gitignore vendored
View File

@@ -16,3 +16,4 @@ dram/build-*/
._.DS_Store
.DS_Store
*.swp
cscope*