Misc. warning fixes.

This commit is contained in:
Ralf Corsepius
2009-10-27 03:53:39 +00:00
parent 1d355518b0
commit 669ad957ae
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -13,7 +13,7 @@
#include "system.h"
#include <errno.h>
void Key_destructor( void *key_data );
extern void Key_destructor( void *key_data );
void Key_destructor(
void *key_data
+1 -1
View File
@@ -54,6 +54,6 @@ TEST_EXTERN pthread_t Task_id;
TEST_EXTERN pthread_t Task2_id;
TEST_EXTERN pthread_key_t Key_id;
TEST_EXTERN uint32_t Data_array[ CONFIGURE_MAXIMUM_POSIX_THREADS ];
TEST_EXTERN uint32_t Destructor_invoked;
TEST_EXTERN unsigned int Destructor_invoked;
/* end of include file */