X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Flib%2Fplatform%2Fos.h;h=d3108e4f5126fe997be83fe477deca2de4f8bf8a;hb=d9de2aae6b2f47b8e1faacc69adba7406b9d85f0;hp=60e02d6bf4b29466a111f5a6ad8b7decc4a488af;hpb=04283ce44fc45cbfb145075d02ff116e277f7560;p=deb_libcec.git diff --git a/src/lib/platform/os.h b/src/lib/platform/os.h index 60e02d6..d3108e4 100644 --- a/src/lib/platform/os.h +++ b/src/lib/platform/os.h @@ -2,7 +2,7 @@ /* * This file is part of the libCEC(R) library. * - * libCEC(R) is Copyright (C) 2011-2012 Pulse-Eight Limited. All rights reserved. + * libCEC(R) is Copyright (C) 2011-2013 Pulse-Eight Limited. All rights reserved. * libCEC(R) is an original work, containing original code. * * libCEC(R) is a trademark of Pulse-Eight Limited. @@ -31,7 +31,6 @@ * http://www.pulse-eight.net/ */ - #ifdef UNUSED #elif defined(__GNUC__) #define UNUSED(x) UNUSED_ ## x __attribute__((unused))