Searched hist:b3d01a2ad7f16bb20f6fb58bb34f9339396c0075 (Results 1 – 4 of 4) sorted by relevance
/freebsd/lib/libpmc/ |
H A D | Makefile.inc | b3d01a2ad7f16bb20f6fb58bb34f9339396c0075 Sun Apr 14 02:06:49 CEST 2019 Enji Cooper <ngie@FreeBSD.org> Fix warnings with lib/libpmc
* Use `MIN` instead of similar hand rolled macro. * Sort headers. * Use `errno.h` instead of `sys/errno.h`. * Wrap the argument to sizeof in parentheses for clarity. * Remove `__BSD_VISIBLE` and `_XOPEN_SOURCE` #defines to mute warnings about incompatible snprintf definitions.
This fixes a number of warnings I've been seeing lately in my builds.
Sort makefile variables per style.Makefile(9) (`CFLAGS`/`CWARNFLAG.gcc`) and bump `WARNS` to 3.
MFC after: 2 weeks Reviewed by: jtl Approved by: jtl (mentor) MFC after: 1 month Differential Revision: https://reviews.freebsd.org/D19851
|
H A D | libpmc_json.cc | diff b3d01a2ad7f16bb20f6fb58bb34f9339396c0075 Sun Apr 14 02:06:49 CEST 2019 Enji Cooper <ngie@FreeBSD.org> Fix warnings with lib/libpmc
* Use `MIN` instead of similar hand rolled macro. * Sort headers. * Use `errno.h` instead of `sys/errno.h`. * Wrap the argument to sizeof in parentheses for clarity. * Remove `__BSD_VISIBLE` and `_XOPEN_SOURCE` #defines to mute warnings about incompatible snprintf definitions.
This fixes a number of warnings I've been seeing lately in my builds.
Sort makefile variables per style.Makefile(9) (`CFLAGS`/`CWARNFLAG.gcc`) and bump `WARNS` to 3.
MFC after: 2 weeks Reviewed by: jtl Approved by: jtl (mentor) MFC after: 1 month Differential Revision: https://reviews.freebsd.org/D19851
|
H A D | Makefile | diff b3d01a2ad7f16bb20f6fb58bb34f9339396c0075 Sun Apr 14 02:06:49 CEST 2019 Enji Cooper <ngie@FreeBSD.org> Fix warnings with lib/libpmc
* Use `MIN` instead of similar hand rolled macro. * Sort headers. * Use `errno.h` instead of `sys/errno.h`. * Wrap the argument to sizeof in parentheses for clarity. * Remove `__BSD_VISIBLE` and `_XOPEN_SOURCE` #defines to mute warnings about incompatible snprintf definitions.
This fixes a number of warnings I've been seeing lately in my builds.
Sort makefile variables per style.Makefile(9) (`CFLAGS`/`CWARNFLAG.gcc`) and bump `WARNS` to 3.
MFC after: 2 weeks Reviewed by: jtl Approved by: jtl (mentor) MFC after: 1 month Differential Revision: https://reviews.freebsd.org/D19851
|
/freebsd/lib/libpmc/pmu-events/ |
H A D | jevents.c | diff b3d01a2ad7f16bb20f6fb58bb34f9339396c0075 Sun Apr 14 02:06:49 CEST 2019 Enji Cooper <ngie@FreeBSD.org> Fix warnings with lib/libpmc
* Use `MIN` instead of similar hand rolled macro. * Sort headers. * Use `errno.h` instead of `sys/errno.h`. * Wrap the argument to sizeof in parentheses for clarity. * Remove `__BSD_VISIBLE` and `_XOPEN_SOURCE` #defines to mute warnings about incompatible snprintf definitions.
This fixes a number of warnings I've been seeing lately in my builds.
Sort makefile variables per style.Makefile(9) (`CFLAGS`/`CWARNFLAG.gcc`) and bump `WARNS` to 3.
MFC after: 2 weeks Reviewed by: jtl Approved by: jtl (mentor) MFC after: 1 month Differential Revision: https://reviews.freebsd.org/D19851
|