Would be nice to generate disable warning for the 'silly' warning on windows
----------------------------------------------------------------------------

         Key: TUSCANY-462
         URL: http://issues.apache.org/jira/browse/TUSCANY-462
     Project: Tuscany
        Type: Bug

    Versions: Cpp-current    
    Reporter: Ed Slattery
    Priority: Minor
     Fix For: Cpp-current


#if defined(WIN32)  || defined (_WINDOWS)
#pragma warning(disable: 4786)
#endif

If the above code could be inserted under the header of all generated CPP files 
by scagen, then we would not have the huge long warning telling you that the 
name of virtually anything to do with std::lists is too long for the debugger.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to