Bug 198689

Summary: contrib/ofed/management/libibmad/src/fields.c 's ib_mad_f doesn't use ANSI-C; spits out a lot of warnings with clang
Product: Base System Reporter: Enji Cooper <ngie>
Component: binAssignee: freebsd-bugs (Nobody) <bugs>
Status: New ---    
Severity: Affects Some People    
Priority: ---    
Version: CURRENT   
Hardware: Any   
OS: Any   

Description Enji Cooper freebsd_committer freebsd_triage 2015-03-18 20:58:58 UTC
The code in ib_mad_f is not written in an ANSI-C compliant way:

https://svnweb.freebsd.org/base/head/contrib/ofed/management/libibmad/src/fields.c?revision=219820&view=markup#l60

It causes clang to spew out quite a few warnings about gcc-isms in the code...