Fix nightly test warnings in hashtable implementation.
authorlottaviano <lottaviano@38d2e660-2303-0410-9eaa-f027e97ec537>
Fri, 27 May 2011 09:17:06 +0000 (09:17 +0000)
committerlottaviano <lottaviano@38d2e660-2303-0410-9eaa-f027e97ec537>
Fri, 27 May 2011 09:17:06 +0000 (09:17 +0000)
commit9fd3c727a7978547a583868f0bf9689d6dffc542
treefbf2b2e8a0c087567130d0c680ceb9b716aa6e0f
parent90e58032fc8aa70232263e3367aa05a693e95b5e
Fix nightly test warnings in hashtable implementation.

The warning is reported with latest versions of GCC, starting
from 4.5.
The array definition didn't use a constant expression (as defined
by the standard). Defining an enum value fixes the issue.

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@4932 38d2e660-2303-0410-9eaa-f027e97ec537
bertos/struct/hashtable.h