Skip to content

Commit

Permalink
Compiler Warnings: Static Functions that should be Static Inline Pixa…
Browse files Browse the repository at this point in the history
  • Loading branch information
furby-tm committed Oct 9, 2024
1 parent 4a8c0d2 commit d78222e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pxr/base/vt/wrapArray.h
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ static void streamValue(std::ostringstream &stream, T const &value) {
}
}

static unsigned int
static inline unsigned int
Vt_ComputeEffectiveRankAndLastDimSize(
Vt_ShapeData const *sd, size_t *lastDimSize)
{
Expand Down
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 d78222e

Please sign in to comment.