From 4c86e3d8bee2680c9be999b4627b19438f1ae728 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 11 May 2012 12:20:47 -0500 Subject: libtmtests - Eliminate missing prototype warnings --- testsuites/libtests/stringto01/stringto_test_template.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'testsuites/libtests/stringto01/stringto_test_template.h') diff --git a/testsuites/libtests/stringto01/stringto_test_template.h b/testsuites/libtests/stringto01/stringto_test_template.h index 1b951f72bb..7b6ee52a19 100644 --- a/testsuites/libtests/stringto01/stringto_test_template.h +++ b/testsuites/libtests/stringto01/stringto_test_template.h @@ -1,5 +1,5 @@ /* - * COPYRIGHT (c) 1989-2009. + * COPYRIGHT (c) 1989-2012. * On-Line Applications Research Corporation (OAR). * * The license and distribution terms for this file may be @@ -23,6 +23,9 @@ #error "what type are we testing?" #endif +/* forward declarations to avoid warnings */ +void TEST_STRING_TO_NAME(void); + void TEST_STRING_TO_NAME(void) { TEST_STRING_TO_TYPE value; -- cgit v1.2.3