Fix typo.

This commit is contained in:
Rene Gollent 2013-03-24 21:33:13 -04:00
parent f097e26bf3
commit 9595506fb8
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@ if $(HAIKU_GCC_VERSION[1]) >= 3 {
# too many false positives. Coverity does a better job of this kind of analysis # too many false positives. Coverity does a better job of this kind of analysis
# anyways. # anyways.
if $(HAIKU_GCC_VERSION[1]) >= 4 { if $(HAIKU_GCC_VERSION[1]) >= 4 {
if $(HAIKU_GCC_VERSION[2] >= 6) { if $(HAIKU_GCC_VERSION[2]) >= 6 {
HAIKU_GCC_BASE_FLAGS += -Wno-array-bounds ; HAIKU_GCC_BASE_FLAGS += -Wno-array-bounds ;
} }
} }