mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
Fix internal deprecation warnings (#4257)
This allows us to error out on deprecation warnings for thirdparty libraries and standard library features. Co-authored-by: Starlight220 <53231611+Starlight220@users.noreply.github.com>
This commit is contained in:
@@ -87,7 +87,9 @@ SequentialCommandGroup Command::AndThen(
|
||||
}
|
||||
|
||||
PerpetualCommand Command::Perpetually() && {
|
||||
WPI_IGNORE_DEPRECATED
|
||||
return PerpetualCommand(std::move(*this).TransferOwnership());
|
||||
WPI_UNIGNORE_DEPRECATED
|
||||
}
|
||||
|
||||
EndlessCommand Command::Endlessly() && {
|
||||
|
||||
Reference in New Issue
Block a user