Re: [PATCH rtems-tools v2 0/4] Convert to C++ patches

2021-12-09 Thread Chris Johns
On 10/12/21 10:00 am, Ryan Long wrote: > For this round of changes, I made some revisions that were recommended > in ConfigFile.cc > > - deleted a library include > - changed a function call from sscanf to std::sscanf > - consolidated some error messages into a function OK to push. Thanks Chris

[PATCH rtems-tools v2 0/4] Convert to C++ patches

2021-12-09 Thread Ryan Long
Hi, For this round of changes, I made some revisions that were recommended in ConfigFile.cc - deleted a library include - changed a function call from sscanf to std::sscanf - consolidated some error messages into a function Thanks, Ryan Ryan Long (4): TargetFactory.cc: Convert to C++ Target