From 07ac3c138a63a6957512de3a0ffdec35dbd6e795 Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Mon, 13 Feb 2006 13:33:27 +0000 Subject: [PATCH] Another attempt to workaround warning on HP-CXX. [SVN r32894] --- v2/test/dependency-test/src1/z.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2/test/dependency-test/src1/z.h b/v2/test/dependency-test/src1/z.h index e3b44c871..57084f4a9 100644 --- a/v2/test/dependency-test/src1/z.h +++ b/v2/test/dependency-test/src1/z.h @@ -1 +1 @@ -// Dummy comment, supposed to suppress 'empty-file' warning from HP-CXX +extern int dummy_variabled_need_to_suppress_empty_file_warning_on_hp_cxx_compiler;