mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-01 02:41:48 +00:00
Fixing some compile warnings in C++
--HG-- extra : source : 84601b0b128cb508e13a1ae23fd648acc52990c8
This commit is contained in:
@@ -16,7 +16,7 @@ PrintCommand::PrintCommand(const char *message) :
|
||||
|
||||
void PrintCommand::Initialize()
|
||||
{
|
||||
printf(m_message.c_str());
|
||||
printf("%s", m_message.c_str());
|
||||
}
|
||||
|
||||
void PrintCommand::Execute()
|
||||
|
||||
Reference in New Issue
Block a user