commit | 9e967d840fa3fff949d04ff284f322e85fa1be75 | [log] [tgz] |
---|---|---|
author | Brian Silverman <brians> | Mon Apr 22 22:36:54 2013 -0700 |
committer | Brian Silverman <brians> | Wed Apr 24 17:09:07 2013 -0700 |
tree | 1aef3c2db10c70fbb3aa1be18928183f44aec4c1 | |
parent | 632d69d8b8bb98f8da30ae31916e2111e6717cd2 [diff] [blame] |
got rid of some annoying warnings that showed up in lots of files
diff --git a/aos/externals/WPILib/WPILib/LiveWindow/LiveWindow.h b/aos/externals/WPILib/WPILib/LiveWindow/LiveWindow.h index 7237afa..b3e620e 100644 --- a/aos/externals/WPILib/WPILib/LiveWindow/LiveWindow.h +++ b/aos/externals/WPILib/WPILib/LiveWindow/LiveWindow.h
@@ -24,6 +24,10 @@ this->subsystem = subsystem; this->name = name; this->isSensor = isSensor; +#else + (void)subsystem; + (void)name; + (void)isSensor; #endif } };