From d8c288df3e51f156e9900313ec33b3d4c8ae3f84 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Sun, 20 May 2007 16:18:31 +0000 Subject: Fix compiler warnings/errors. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5848 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/fl_call_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/fl_call_main.c') diff --git a/src/fl_call_main.c b/src/fl_call_main.c index 563d9652b..2b61b62e9 100644 --- a/src/fl_call_main.c +++ b/src/fl_call_main.c @@ -96,7 +96,7 @@ int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, return rc; } -#elif defined(__future_compiler_test) +#elif defined(__hpux) /* This code to prevent "empty translation unit" or similar warnings... */ static void dummy(void) {} #endif // WIN32 && !FL_DLL && !__GNUC__ -- cgit v1.2.3