Compiler Warnings: Static Functions that should be Static Inline #3324
Labels
good first issue
Indicates a good issue for first-time contributors
help wanted
Indicates an issue where help and/or a pull request from the community would be very welcome
Description of Issue
There are several static functions that the compiler believes should be declared as static inline. These are reported from Apple Clang 16 bundled with Xcode 16, but should reproduce in other compilers with slight variations.
Most are found in
pxr/base/vt/wrapArray.h
with a few inusd/pxr/imaging/hdSt/unitTestHelper.h
.I think this would be a good first issue to get folks used to building USD and make contributions that will help provide cleaner outputs.
The warning is reproduced below:
The text was updated successfully, but these errors were encountered: