Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 03 Dec 2016 17:14:51 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 215023] sysutils/cpuid: update to 20161201
Message-ID:  <bug-215023-13-5lBuCJM3jg@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-215023-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-215023-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D215023

Michael Zhilin <mizhka@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mizhka@gmail.com

--- Comment #1 from Michael Zhilin <mizhka@gmail.com> ---
It's also worth to update patch to fix warning:
cc  -pipe -g -O2 -fstack-protector -fno-strict-aliasing -g  -Wall -Wshadow
-Wcast-align -Wredundant-decls -Wbad-function-cast -Wcast-qual -Wwrite-stri=
ngs
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes
-D_FILE_OFFSET_BITS=3D64 -DVERSION=3D20161201 -pthread  -fstack-protector -=
o cpuid
cpuid.c
gzip < cpuid.man > cpuid.man.gz
pod2man -r "20161201" -c "" cpuinfo2cpuid > cpuinfo2cpuid.man
cpuid.c:65:9: warning: 'MAX' macro redefined [-Wmacro-redefined]
#define MAX(l,r)            ((l) > (r) ? (l) : (r))
        ^
/usr/include/sys/param.h:302:9: note: previous definition is here
#define MAX(a,b) (((a)>(b))?(a):(b))
        ^

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-215023-13-5lBuCJM3jg>