mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-24 01:31:46 +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:
@@ -69,6 +69,7 @@ class EncoderSimTest {
|
||||
}
|
||||
}
|
||||
|
||||
@SuppressWarnings("deprecation") // Encoder.getPeriod()
|
||||
@Test
|
||||
void testPeriod() {
|
||||
HAL.initialize(500, 0);
|
||||
|
||||
Reference in New Issue
Block a user