mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-29 02:21:44 +00:00
Fixed potentially uninitialized value warnings emitted by clang
Removed unused variable from DigitalInput class Removed extraneous explicit std::string conversions in Preferences class Change-Id: Ia445abfd136a7b3e7f0491ed22aaa057814bcc8f
This commit is contained in:
committed by
Brad Miller (WPI)
parent
974e301a8b
commit
f4d84cdd4f
@@ -40,7 +40,6 @@ class DigitalInput : public DigitalSource, public LiveWindowSendable {
|
||||
|
||||
private:
|
||||
uint32_t m_channel;
|
||||
bool m_lastValue;
|
||||
|
||||
ITable *m_table = nullptr;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user