c compiler warnings fixed

This commit is contained in:
Oliver Braun
2001-03-30 13:36:27 +00:00
parent 30c23715a2
commit f573e6e22f
3 changed files with 9 additions and 9 deletions

View File

@@ -2,9 +2,9 @@
* *
* $RCSfile: byteseq.c,v $ * $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 * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
@@ -73,7 +73,7 @@ static sal_Sequence aEmpty_rtl_ByteSeq =
{ {
1, /* sal_Int32 refCount; */ 1, /* sal_Int32 refCount; */
0, /* sal_Int32 length; */ 0, /* sal_Int32 length; */
0 /* sal_Unicode buffer[1]; */ { 0 } /* sal_Unicode buffer[1]; */
}; };
//================================================================================================== //==================================================================================================

View File

@@ -2,9 +2,9 @@
* *
* $RCSfile: string.c,v $ * $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 * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
@@ -283,7 +283,7 @@ sal_Int32 SAL_CALL rtl_str_trim( sal_Char * str )
* *
* rtl_string_XXX Functions * rtl_string_XXX Functions
* *
/************************************************************************* ************************************************************************/
/************************************************************************* /*************************************************************************

View File

@@ -2,9 +2,9 @@
* *
* $RCSfile: ustring.c,v $ * $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 * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
@@ -364,7 +364,7 @@ sal_Int32 SAL_CALL rtl_ustr_trim( sal_Unicode * str )
* *
* rtl_uString_XXX Functions * rtl_uString_XXX Functions
* *
/************************************************************************* ************************************************************************/
/************************************************************************* /*************************************************************************
* rtl_wstr_getLength * rtl_wstr_getLength