X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Futil.c;h=8f1892ed2c4e0566075a05afa27de5382a2b6e5f;hb=3cfafd474026fd751765300fa462da2358379297;hp=e9284809e34bbd956a0b892f67e188a97e70a95b;hpb=a4af00400a835eb87569ba40e21874c05e872c0f;p=openvswitch diff --git a/lib/util.c b/lib/util.c index e9284809..8f1892ed 100644 --- a/lib/util.c +++ b/lib/util.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. @@ -388,4 +388,4 @@ dir_name(const char *file_name) * __attribute__((warn_unused_result)) and you genuinely want to ignore * its return value. (Note that every scalar type can be implicitly * converted to bool.) */ -void ignore(bool x UNUSED) { } +void ignore(bool x OVS_UNUSED) { }