changeset 2051:6ffd8d86a3bd

* tests/i18nmb.c (main): Really silence the warnings.
author asl
date Wed, 03 Aug 2005 20:53:09 +0000
parents 03eae11c9443
children ec1655a2f96e
files packages/language/c/libc/i18n/current/ChangeLog packages/language/c/libc/i18n/current/tests/i18nmb.c
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/packages/language/c/libc/i18n/current/ChangeLog
+++ b/packages/language/c/libc/i18n/current/ChangeLog
@@ -1,3 +1,7 @@
+2005-07-30  Andrew Lunn  <andrew.lunn@ascom.ch>
+
+	* tests/i18nmb.c (main): Really silence the warnings.
+
 2004-02-17  Jonathan Larmour  <jifl@eCosCentric.com>
 
 	* cdl/i18n.cdl: Add newlib style ctype implementation.
--- a/packages/language/c/libc/i18n/current/tests/i18nmb.c
+++ b/packages/language/c/libc/i18n/current/tests/i18nmb.c
@@ -221,7 +221,7 @@ main( int argc, char *argv[] )
   int result, i, j, k;
   wchar_t *wcptr;
 
-  k=k; locale=locale; // silence warnings
+  k=0; locale=NULL; // silence warnings
   
   CYG_TEST_INIT();