Home
last modified time | relevance | path

Searched refs:COMPILER_WARNING_LOG (Results 1 – 2 of 2) sorted by relevance

/dports/devel/codeblocks/codeblocks-20.03/src/plugins/compilergcc/
H A Ddirectcommands.h9 extern const wxString COMPILER_WARNING_LOG;
H A Ddirectcommands.cpp35 const wxString COMPILER_WARNING_LOG(_T("SLOG:WLOG:")); variable
42 const wxString COMPILER_WARNING_ID_LOG = COMPILER_WARNING_LOG.AfterFirst(wxT(':'));
183 ret.Add(COMPILER_WARNING_LOG + err); in CompileFile()
508 ret.Add(COMPILER_WARNING_LOG + err); in GetTargetCompileCommands()
647 ret.Add(COMPILER_WARNING_LOG + warn); in GetTargetLinkCommands()