[Bug 215023] sysutils/cpuid: update to 20161201

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Dec 3 17:14:52 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=215023

Michael Zhilin <mizhka at gmail.com> changed:

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

--- Comment #1 from Michael Zhilin <mizhka at 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-strings
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes
-D_FILE_OFFSET_BITS=64 -DVERSION=20161201 -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))
        ^

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


More information about the freebsd-ports-bugs mailing list