-
Notifications
You must be signed in to change notification settings - Fork 1
Release Notes 31504
Eric Flumerfelt edited this page Jun 17, 2022
·
1 revision
Because our build system uses -Werror (which makes all warnings into
errors),
it’s important to not have warnings. This version mainly fixes warning
as seen
by the newest compiler.
A new feature in the standard slow path logging allows trace level 0 to
be
written to a different fd than then other levels (e.g. stderr vs.
stdout).
- Previous version’s Release Notes 31503
- Downloads: http://scisoft.fnal.gov/scisoft/packages/TRACE/v3_15_04
- The TRACE_PRINT_FD env.var can be a single fd number or two numbers
separated by a comma (no spaces), e.g 1 or 1,2.
Recall that this env.var can be set in the user program via setenv library function.
- Fixed warnings.
- none
- none