fix warning

This commit is contained in:
Simon Cruanes 2023-12-26 21:21:23 -05:00
parent ca22f07ca3
commit c2551a7e4b
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4
2 changed files with 1 additions and 2 deletions

View file

@ -4,7 +4,6 @@
(name trace_fuchsia)
(public_name trace-fuchsia)
(synopsis "A high-performance backend for trace, emitting a Fuchsia trace into a file")
(flags :standard -w -27) ; TODO: remove
(libraries trace.core trace.private.util thread-local-storage
(re_export trace-fuchsia.write)
mtime mtime.clock.os atomic unix threads))

View file

@ -235,7 +235,7 @@ struct
()
let name_process name : unit =
let out, tls = get_thread_output () in
let out, _tls = get_thread_output () in
FWrite.Kernel_object.(encode out ~name ~ty:ty_process ~kid:pid ~args:[] ())
let name_thread name : unit =