Ignore:
Timestamp:
Jan 18, 2006, 11:31:59 AM (19 years ago)
Author:
hyatt
Message:

Make testkjs.exe compile without warnings.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/kjs/testkjs.cpp

    r12069 r12172  
    5454}
    5555
    56 JSValue *TestFunctionImp::callAsFunction(ExecState *exec, JSObject */*thisObj*/, const List &args)
     56JSValue *TestFunctionImp::callAsFunction(ExecState *exec, JSObject * /*thisObj*/, const List &args)
    5757{
    5858  switch (id) {
     
    8484};
    8585
    86 JSValue *VersionFunctionImp::callAsFunction(ExecState */*exec*/, JSObject */*thisObj*/, const List &/*args*/)
     86JSValue *VersionFunctionImp::callAsFunction(ExecState * /*exec*/, JSObject * /*thisObj*/, const List &/*args*/)
    8787{
    8888  // We need this function for compatibility with the Mozilla JS tests but for now
Note: See TracChangeset for help on using the changeset viewer.