From f498e59387261032e98fb25debe9ae911273eb3d Mon Sep 17 00:00:00 2001 From: haydentech Date: Thu, 22 Jan 2004 21:59:37 +0000 Subject: [PATCH] Quell a couple gcc3 warnings git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6230 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/os/support/BlockCache.h | 2 +- headers/os/support/DataIO.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/headers/os/support/BlockCache.h b/headers/os/support/BlockCache.h index 958951376b..9a25c19d67 100644 --- a/headers/os/support/BlockCache.h +++ b/headers/os/support/BlockCache.h @@ -70,4 +70,4 @@ private: uint32 _reserved[2]; }; -#endif /* _BLOCK_CACHE_H */ +#endif diff --git a/headers/os/support/DataIO.h b/headers/os/support/DataIO.h index c843be334b..357456dee4 100644 --- a/headers/os/support/DataIO.h +++ b/headers/os/support/DataIO.h @@ -162,4 +162,4 @@ private: uint32 _reserved[1]; }; -#endif // _DATA_IO_H +#endif