X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Ftest-hmap.c;h=18d8f461db7187bc505cbfb31ebe8461ac7dce81;hb=79c9f2ee7883b52860c76c3730725f5731402874;hp=cf6ee1c9399a6b065ad74b7da18aefca4fa2d4ec;hpb=34e63086edddcae06d7c1a4fa84fec0861e50758;p=openvswitch diff --git a/tests/test-hmap.c b/tests/test-hmap.c index cf6ee1c9..18d8f461 100644 --- a/tests/test-hmap.c +++ b/tests/test-hmap.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2008, 2009 Nicira Networks. + * Copyright (c) 2008, 2009, 2010 Nicira Networks. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -157,7 +157,7 @@ good_hash(int value) } static size_t -constant_hash(int value UNUSED) +constant_hash(int value OVS_UNUSED) { return 123; }