warnings: commented out unused parameter name.
git-svn-id: svn://10.0.0.236/trunk@66531 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
dd457a6819
commit
a9070a5a89
@ -130,7 +130,7 @@ namespace ICG {
|
||||
|
||||
ICodeModule *complete();
|
||||
|
||||
Register allocateVariable(StringAtom &name)
|
||||
Register allocateVariable(StringAtom& /*name*/)
|
||||
{ Register result = getRegister(); registerBase = topRegister; return result; }
|
||||
|
||||
Formatter& print(Formatter& f);
|
||||
|
||||
@ -130,7 +130,7 @@ namespace ICG {
|
||||
|
||||
ICodeModule *complete();
|
||||
|
||||
Register allocateVariable(StringAtom &name)
|
||||
Register allocateVariable(StringAtom& /*name*/)
|
||||
{ Register result = getRegister(); registerBase = topRegister; return result; }
|
||||
|
||||
Formatter& print(Formatter& f);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user