diff options
| author | Simon L. B. Nielsen <simon@FreeBSD.org> | 2011-06-19 12:52:50 +0000 |
|---|---|---|
| committer | Simon L. B. Nielsen <simon@FreeBSD.org> | 2011-06-19 12:52:50 +0000 |
| commit | 86f222bbfe0487e520e03dc57dceb4d53be277d2 (patch) | |
| tree | 03e627f9f84bfb25f080d154d0bf89a634031c6c | |
| parent | 50624551340ce56ccd272b7eeb4f329e745ceac9 (diff) | |
Notes
| -rw-r--r-- | cddl/contrib/opensolaris/lib/libdtrace/common/dt_subr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cddl/contrib/opensolaris/lib/libdtrace/common/dt_subr.c b/cddl/contrib/opensolaris/lib/libdtrace/common/dt_subr.c index 9722f89563ea..ea4607f995b9 100644 --- a/cddl/contrib/opensolaris/lib/libdtrace/common/dt_subr.c +++ b/cddl/contrib/opensolaris/lib/libdtrace/common/dt_subr.c @@ -828,7 +828,7 @@ dt_popc(ulong_t x) x = x + (x >> 32); return (x & 0x7F); #else -# warning need td_popc() implementation +/* This should be a #warning but for now ignore error. Err: "need td_popc() implementation" */ #endif } |
