Skip to content

Commit

Permalink
Fix warning suppression in ikfast
Browse files Browse the repository at this point in the history
  • Loading branch information
henningkayser committed Jun 7, 2024
1 parent ee147c7 commit 14bc36e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -809,7 +809,7 @@ bool IKFastKinematicsPlugin::getPositionFK(const std::vector<std::string>& link_
}

#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wno-vla-extension"
#pragma clang diagnostic ignored "-Wvla-cxx-extension"
IkReal angles[num_joints_];
#pragma clang diagnostic pop
for (unsigned char i = 0; i < num_joints_; ++i)
Expand Down

0 comments on commit 14bc36e

Please sign in to comment.