Kaydet (Commit) 8e2dfb4b authored tarafından Jens-Heiner Rechtien's avatar Jens-Heiner Rechtien

INTEGRATION: CWS warnings01 (1.3.12); FILE MERGED

2005/11/07 12:11:31 sb 1.3.12.1: #i53898# Made code warning-free (additional -W switches for GCC).
üst 0a95929a
......@@ -4,9 +4,9 @@
*
* $RCSfile: textcvt.c,v $
*
* $Revision: 1.3 $
* $Revision: 1.4 $
*
* last change: $Author: rt $ $Date: 2005-09-08 16:46:15 $
* last change: $Author: hr $ $Date: 2006-06-20 04:39:08 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
......@@ -135,6 +135,7 @@ rtl_TextToUnicodeConverter SAL_CALL rtl_createTextToUnicodeConverter( rtl_TextEn
void SAL_CALL rtl_destroyTextToUnicodeConverter( rtl_TextToUnicodeConverter hContext )
{
(void) hContext; /* unused */
}
/* ----------------------------------------------------------------------- */
......@@ -213,6 +214,7 @@ rtl_UnicodeToTextConverter SAL_CALL rtl_createUnicodeToTextConverter( rtl_TextEn
void SAL_CALL rtl_destroyUnicodeToTextConverter( rtl_UnicodeToTextConverter hConverter )
{
(void) hConverter; /* unused */
}
/* ----------------------------------------------------------------------- */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment