Avoid redundant redeclaration of GetWarnings(const string&).
std::string GetWarnings(const std::string& strFor) is declared in warnings.h and defined in warnings.cpp.
Avoid redundant redeclaration of GetWarnings(const string&).
std::string GetWarnings(const std::string& strFor) is declared in warnings.h and defined in warnings.cpp.
std::string GetWarnings(const std::string& strFor) is declared in
warnings.h and defined in warnings.cpp.
274 | @@ -275,7 +275,6 @@ bool IsInitialBlockDownload();
275 | * - "gui": get all warnings, translated (where possible) for GUI
276 | * This function only returns the highest priority warning of the set selected by strFor.
277 | */
What about the documentation?
Fixed! Thanks!
utACK e0d459264fa9330eea99d33208fbddb8c8362be4
utACK e0d4592
utACK e0d459264fa9330eea99d33208fbddb8c8362be4
utACK e0d459264fa9330eea99d33208fbddb8c8362be4
Sorry. I accidentally merged this after the freeze.