To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=66760
User sb changed the following:
What |Old value |New value
================================================================================
Status|NEW |RESOLVED
--------------------------------------------------------------------------------
Resolution| |FIXED
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Tue Jun 27 07:29:03 -0700
2006 -------
I made the change unconditional (CWS warningfixes01,
soltools/cpp/_tokens.c:1.4.2.1):
Index: cpp/_tokens.c
===================================================================
RCS file: /cvs/tools/soltools/cpp/_tokens.c,v
retrieving revision 1.4
diff -r1.4 _tokens.c
367c367
< fprintf(stderr, "(tp offset %d) ", tp - trp->bp);
---
> fprintf(stderr, "(tp offset %ld) ", (long int) (tp - trp->bp));
---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]