GCC 4 fixes by Ingo Weinhold.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@14893 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2005-11-13 13:43:11 +00:00
parent 5fa643150b
commit 6d01b66d30
11 changed files with 77 additions and 70 deletions
+1 -1
View File
@@ -1067,7 +1067,7 @@ StringToScalar(const char *text)
return val;
}
#if B_BEOS_VERSION <= B_BEOS_VERSION_MAUI
#if B_BEOS_VERSION <= B_BEOS_VERSION_MAUI && !defined(__HAIKU__)
bool
operator==(const rgb_color &a, const rgb_color &b)