c compiler warnings fixed
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
*
|
||||
* $RCSfile: byteseq.c,v $
|
||||
*
|
||||
* $Revision: 1.2 $
|
||||
* $Revision: 1.3 $
|
||||
*
|
||||
* last change: $Author: jl $ $Date: 2001-03-12 14:03:06 $
|
||||
* last change: $Author: obr $ $Date: 2001-03-30 14:36:27 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
@@ -73,7 +73,7 @@ static sal_Sequence aEmpty_rtl_ByteSeq =
|
||||
{
|
||||
1, /* sal_Int32 refCount; */
|
||||
0, /* sal_Int32 length; */
|
||||
0 /* sal_Unicode buffer[1]; */
|
||||
{ 0 } /* sal_Unicode buffer[1]; */
|
||||
};
|
||||
|
||||
//==================================================================================================
|
||||
|
@@ -2,9 +2,9 @@
|
||||
*
|
||||
* $RCSfile: string.c,v $
|
||||
*
|
||||
* $Revision: 1.5 $
|
||||
* $Revision: 1.6 $
|
||||
*
|
||||
* last change: $Author: jbu $ $Date: 2001-03-22 15:55:02 $
|
||||
* last change: $Author: obr $ $Date: 2001-03-30 14:36:27 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
@@ -283,7 +283,7 @@ sal_Int32 SAL_CALL rtl_str_trim( sal_Char * str )
|
||||
*
|
||||
* rtl_string_XXX Functions
|
||||
*
|
||||
/*************************************************************************
|
||||
************************************************************************/
|
||||
|
||||
|
||||
/*************************************************************************
|
||||
|
@@ -2,9 +2,9 @@
|
||||
*
|
||||
* $RCSfile: ustring.c,v $
|
||||
*
|
||||
* $Revision: 1.7 $
|
||||
* $Revision: 1.8 $
|
||||
*
|
||||
* last change: $Author: jbu $ $Date: 2001-03-22 15:55:02 $
|
||||
* last change: $Author: obr $ $Date: 2001-03-30 14:36:27 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
@@ -364,7 +364,7 @@ sal_Int32 SAL_CALL rtl_ustr_trim( sal_Unicode * str )
|
||||
*
|
||||
* rtl_uString_XXX Functions
|
||||
*
|
||||
/*************************************************************************
|
||||
************************************************************************/
|
||||
|
||||
/*************************************************************************
|
||||
* rtl_wstr_getLength
|
||||
|
Reference in New Issue
Block a user