Skip to content

Commit

Permalink
Merge pull request #3356 from furby-tm/wabi-clang-static-inline-funcs
Browse files Browse the repository at this point in the history
Compiler Warnings: Static Functions that should be Static Inline

(Internal change: 2351236)
  • Loading branch information
pixar-oss committed Dec 12, 2024
2 parents fef4fa4 + d78222e commit 6c48bd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pxr/imaging/hdSt/unitTestHelper.h
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ HdSt_TestDriverBase<SceneDelegate>::_Init(HdReprSelector const &reprSelector)
tracker.AddCollection(_collection.GetName());
}

static
static inline
HdCamera::Projection
_ToHd(const GfCamera::Projection projection)
{
Expand Down

0 comments on commit 6c48bd4

Please sign in to comment.