mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Quiesce warning regarding %llf which has no effect.
Submitted as illumos issue #4284 Reviewed by: delphij
This commit is contained in:
parent
f827d58e4d
commit
bf10ab6b9c
1 changed files with 1 additions and 1 deletions
|
|
@ -210,7 +210,7 @@ NVLIST_PRTFUNC(int32, int32_t, int32_t, "%d")
|
|||
NVLIST_PRTFUNC(uint32, uint32_t, uint32_t, "0x%x")
|
||||
NVLIST_PRTFUNC(int64, int64_t, longlong_t, "%lld")
|
||||
NVLIST_PRTFUNC(uint64, uint64_t, u_longlong_t, "0x%llx")
|
||||
NVLIST_PRTFUNC(double, double, double, "0x%llf")
|
||||
NVLIST_PRTFUNC(double, double, double, "0x%f")
|
||||
NVLIST_PRTFUNC(string, char *, char *, "%s")
|
||||
NVLIST_PRTFUNC(hrtime, hrtime_t, hrtime_t, "0x%llx")
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue