Mark unused arguments.
Avoid shadowing global variables.
Void cast the return of functions where the return value is
intentionally being ignored.
Handle signed/unsigned mismatches.
Obtained from: Juniper Networks, Inc.
MFC after: 1 week
Differential D44760
fbt: Fix compiler warnings in CDDL fbt sources. khng on Apr 12 2024, 7:51 PM. Authored by Tags None Referenced Files
Details
Mark unused arguments. Avoid shadowing global variables. Void cast the return of functions where the return value is Handle signed/unsigned mismatches. Obtained from: Juniper Networks, Inc.
Diff Detail
Event Timeline
|