aboutsummaryrefslogtreecommitdiff
path: root/src/warnings.h
AgeCommit message (Collapse)Author
2017-07-18Avoid redundant redeclaration of GetWarnings(const string&)practicalswift
std::string GetWarnings(const std::string& strFor) is declared in warnings.h and defined in warnings.cpp.
2016-12-03Move GetWarnings() into its own file.Gregory Maxwell