Changeset 1495


Ignore:
Timestamp:
2000-09-04T15:17:13+12:00 (24 years ago)
Author:
sjboddie
Message:

Disabled a warning message from within the macro language stuff

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/lib/display.cpp

    r1310 r1495  
    844844       
    845845      } else if (err == -2 && logout != NULL) {
    846         (*logout) << text_t2ascii << "Warning: _" <<
    847           package << ":" << macroname << "_[" << macroparameters <<
    848           "] on line ";
    849         (*logout) << line;
    850         (*logout) << text_t2ascii << " of " <<
    851           thisfilename << " hides a Global macro with the same name\n";
     846        // I don't think we really want this warning since it's a very
     847        // common occurance - Stefan.
     848
     849        //      (*logout) << text_t2ascii << "Warning: _" <<
     850        //        package << ":" << macroname << "_[" << macroparameters <<
     851        //        "] on line ";
     852        //      (*logout) << line;
     853        //      (*logout) << text_t2ascii << " of " <<
     854        //        thisfilename << " hides a Global macro with the same name\n";
    852855
    853856      } else if (err == -4 && logout != NULL) {
Note: See TracChangeset for help on using the changeset viewer.