[ http://issues.apache.org/jira/browse/TUSCANY-462?page=all ]

Andrew Borley updated TUSCANY-462:
----------------------------------

    Attachment: TUSCANY-462.patch

I've added the pragma statement to the header generators. It works fine with my 
tests, but I don't have a test that shows the windows warning so it could do 
with checking.
Also includes some updates to the Junit tests for the tool.

> SCAGEN: 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

>   Components: C++ SCA
>     Versions: Cpp-current
>     Reporter: Ed Slattery
>     Priority: Minor
>      Fix For: Cpp-current
>  Attachments: TUSCANY-462.patch
>
> #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