mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-20 00:51:42 +00:00
Fixes linux and mac builds to -Og, and strips binaries (#261)
Also fixes errors from new optimization level.
This commit is contained in:
committed by
Peter Johnson
parent
aa2de65bad
commit
2287281066
@@ -121,7 +121,7 @@ void DsClient::Thread::Main() {
|
||||
DEBUG3("found robotIP=" << json.slice(pos + 1, endpos));
|
||||
|
||||
// Parse into number
|
||||
unsigned int ip;
|
||||
unsigned int ip = 0;
|
||||
if (json.slice(pos + 1, endpos).getAsInteger(10, ip)) continue; // error
|
||||
|
||||
// If zero, clear the server override
|
||||
|
||||
Reference in New Issue
Block a user