# rustc version rustc 1.94.0-nightly (e7d44143a 2025-12-24)
# docs.rs version docsrs 0.1.0 (e6d7c66e 2025-12-21 )
# build log [INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/emmylua_codestyle-0.6.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/emmylua_codestyle-0.6.0/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "6442450944" "--cpus" "6" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20251224-1.94.0-nightly-e7d44143a\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--extern-html-root-takes-precedence\"]" "--offline" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-Zrustdoc-scrape-examples" "-j6" "--target" "x86_64-unknown-linux-gnu", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] e3237e4c7313bf60ef3218a5a3c4cfa819998627c66847ae5e2d8e96eb6711ec [INFO] running `Command { std: "docker" "start" "-a" "e3237e4c7313bf60ef3218a5a3c4cfa819998627c66847ae5e2d8e96eb6711ec", kill_on_drop: false }` [INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] warning: emmylua_codestyle@0.6.0: In file included from 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/FormatState.h:3, [INFO] [stderr] warning: emmylua_codestyle@0.6.0: from 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Diagnostic/DiagnosticBuilder.h:5, [INFO] [stderr] warning: emmylua_codestyle@0.6.0: from 3rd/EmmyLuaCodeStyle/CodeFormatCLib/src/CodeFormat.h:9, [INFO] [stderr] warning: emmylua_codestyle@0.6.0: from 3rd/EmmyLuaCodeStyle/CodeFormatCLib/src/CodeFormat.cpp:1: [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h: In member function 'virtual void FormatAnalyzer::ComplexAnalyze(FormatState&, const LuaSyntaxTree&)': [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:20:46: warning: unused parameter 'f' [-Wunused-parameter] [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 20 | virtual void ComplexAnalyze(FormatState &f, const LuaSyntaxTree &t){}; [INFO] [stderr] warning: emmylua_codestyle@0.6.0: | ~~~~~~~~~~~~~^ [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:20:70: warning: unused parameter 't' [-Wunused-parameter] [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 20 | virtual void ComplexAnalyze(FormatState &f, const LuaSyntaxTree &t){}; [INFO] [stderr] warning: emmylua_codestyle@0.6.0: | ~~~~~~~~~~~~~~~~~~~~~^ [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h: In member function 'virtual void FormatAnalyzer::OnFormatMessage(FormatState&, FormatEvent, LuaSyntaxNode, const LuaSyntaxTree&)': [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:24:47: warning: unused parameter 'f' [-Wunused-parameter] [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 24 | virtual void OnFormatMessage(FormatState &f, FormatEvent event, LuaSyntaxNode syntaxNode, const LuaSyntaxTree &t){}; [INFO] [stderr] warning: emmylua_codestyle@0.6.0: | ~~~~~~~~~~~~~^ [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:24:62: warning: unused parameter 'event' [-Wunused-parameter] [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 24 | virtual void OnFormatMessage(FormatState &f, FormatEvent event, LuaSyntaxNode syntaxNode, const LuaSyntaxTree &t){}; [INFO] [stderr] warning: emmylua_codestyle@0.6.0: | ~~~~~~~~~~~~^~~~~ [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:24:83: warning: unused parameter 'syntaxNode' [-Wunused-parameter] [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 24 | virtual void OnFormatMessage(FormatState &f, FormatEvent event, LuaSyntaxNode syntaxNode, const LuaSyntaxTree &t){}; [INFO] [stderr] warning: emmylua_codestyle@0.6.0: | ~~~~~~~~~~~~~~^~~~~~~~~~ [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:24:116: warning: unused parameter 't' [-Wunused-parameter] [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 24 | virtual void OnFormatMessage(FormatState &f, FormatEvent event, LuaSyntaxNode syntaxNode, const LuaSyntaxTree &t){}; [INFO] [stderr] warning: emmylua_codestyle@0.6.0: | ~~~~~~~~~~~~~~~~~~~~~^ [INFO] [stderr] warning: emmylua_codestyle@0.6.0: In file included from 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/FormatState.h:3, [INFO] [stderr] warning: emmylua_codestyle@0.6.0: from 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Diagnostic/DiagnosticBuilder.h:5, [INFO] [stderr] warning: emmylua_codestyle@0.6.0: from 3rd/EmmyLuaCodeStyle/CodeFormatCLib/src/CodeFormat.h:9, [INFO] [stderr] warning: emmylua_codestyle@0.6.0: from 3rd/EmmyLuaCodeStyle/CodeFormatCLib/src/CodeFormatCLib.cpp:2: [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h: In member function 'virtual void FormatAnalyzer::ComplexAnalyze(FormatState&, const LuaSyntaxTree&)': [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:20:46: warning: unused parameter 'f' [-Wunused-parameter] [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 20 | virtual void ComplexAnalyze(FormatState &f, const LuaSyntaxTree &t){}; [INFO] [stderr] warning: emmylua_codestyle@0.6.0: | ~~~~~~~~~~~~~^ [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:20:70: warning: unused parameter 't' [-Wunused-parameter] [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 20 | virtual void ComplexAnalyze(FormatState &f, const LuaSyntaxTree &t){}; [INFO] [stderr] warning: emmylua_codestyle@0.6.0: | ~~~~~~~~~~~~~~~~~~~~~^ [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h: In member function 'virtual void FormatAnalyzer::OnFormatMessage(FormatState&, FormatEvent, LuaSyntaxNode, const LuaSyntaxTree&)': [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:24:47: warning: unused parameter 'f' [-Wunused-parameter] [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 24 | virtual void OnFormatMessage(FormatState &f, FormatEvent event, LuaSyntaxNode syntaxNode, const LuaSyntaxTree &t){}; [INFO] [stderr] warning: emmylua_codestyle@0.6.0: | ~~~~~~~~~~~~~^ [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:24:62: warning: unused parameter 'event' [-Wunused-parameter] [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 24 | virtual void OnFormatMessage(FormatState &f, FormatEvent event, LuaSyntaxNode syntaxNode, const LuaSyntaxTree &t){}; [INFO] [stderr] warning: emmylua_codestyle@0.6.0: | ~~~~~~~~~~~~^~~~~ [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:24:83: warning: unused parameter 'syntaxNode' [-Wunused-parameter] [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 24 | virtual void OnFormatMessage(FormatState &f, FormatEvent event, LuaSyntaxNode syntaxNode, const LuaSyntaxTree &t){}; [INFO] [stderr] warning: emmylua_codestyle@0.6.0: | ~~~~~~~~~~~~~~^~~~~~~~~~ [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:24:116: warning: unused parameter 't' [-Wunused-parameter] [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 24 | virtual void OnFormatMessage(FormatState &f, FormatEvent event, LuaSyntaxNode syntaxNode, const LuaSyntaxTree &t){}; [INFO] [stderr] warning: emmylua_codestyle@0.6.0: | ~~~~~~~~~~~~~~~~~~~~~^ [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/LuaParser/src/Ast/LuaSyntaxNode.cpp: In member function 'bool LuaSyntaxNode::IsNull(const LuaSyntaxTree&) const': [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/LuaParser/src/Ast/LuaSyntaxNode.cpp:90:49: warning: unused parameter 't' [-Wunused-parameter] [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 90 | bool LuaSyntaxNode::IsNull(const LuaSyntaxTree &t) const { [INFO] [stderr] warning: emmylua_codestyle@0.6.0: | ~~~~~~~~~~~~~~~~~~~~~^ [INFO] [stderr] warning: emmylua_codestyle@0.6.0: In file included from 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/FormatState.h:3, [INFO] [stderr] warning: emmylua_codestyle@0.6.0: from 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Diagnostic/CodeStyle/CodeStyleChecker.h:5, [INFO] [stderr] warning: emmylua_codestyle@0.6.0: from 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/Diagnostic/CodeStyle/CodeStyleChecker.cpp:1: [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h: In member function 'virtual void FormatAnalyzer::ComplexAnalyze(FormatState&, const LuaSyntaxTree&)': [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:20:46: warning: unused parameter 'f' [-Wunused-parameter] [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 20 | virtual void ComplexAnalyze(FormatState &f, const LuaSyntaxTree &t){}; [INFO] [stderr] warning: emmylua_codestyle@0.6.0: | ~~~~~~~~~~~~~^ [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:20:70: warning: unused parameter 't' [-Wunused-parameter] [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 20 | virtual void ComplexAnalyze(FormatState &f, const LuaSyntaxTree &t){}; [INFO] [stderr] warning: emmylua_codestyle@0.6.0: | ~~~~~~~~~~~~~~~~~~~~~^ [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h: In member function 'virtual void FormatAnalyzer::OnFormatMessage(FormatState&, FormatEvent, LuaSyntaxNode, const LuaSyntaxTree&)': [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:24:47: warning: unused parameter 'f' [-Wunused-parameter] [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 24 | virtual void OnFormatMessage(FormatState &f, FormatEvent event, LuaSyntaxNode syntaxNode, const LuaSyntaxTree &t){}; [INFO] [stderr] warning: emmylua_codestyle@0.6.0: | ~~~~~~~~~~~~~^ [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:24:62: warning: unused parameter 'event' [-Wunused-parameter] [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 24 | virtual void OnFormatMessage(FormatState &f, FormatEvent event, LuaSyntaxNode syntaxNode, const LuaSyntaxTree &t){}; [INFO] [stderr] warning: emmylua_codestyle@0.6.0: | ~~~~~~~~~~~~^~~~~ [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:24:83: warning: unused parameter 'syntaxNode' [-Wunused-parameter] [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 24 | virtual void OnFormatMessage(FormatState &f, FormatEvent event, LuaSyntaxNode syntaxNode, const LuaSyntaxTree &t){}; [INFO] [stderr] warning: emmylua_codestyle@0.6.0: | ~~~~~~~~~~~~~~^~~~~~~~~~ [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:24:116: warning: unused parameter 't' [-Wunused-parameter] [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 24 | virtual void OnFormatMessage(FormatState &f, FormatEvent event, LuaSyntaxNode syntaxNode, const LuaSyntaxTree &t){}; [INFO] [stderr] warning: emmylua_codestyle@0.6.0: | ~~~~~~~~~~~~~~~~~~~~~^ [INFO] [stderr] warning: emmylua_codestyle@0.6.0: In file included from 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/FormatState.h:3, [INFO] [stderr] warning: emmylua_codestyle@0.6.0: from 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Diagnostic/DiagnosticBuilder.h:5, [INFO] [stderr] warning: emmylua_codestyle@0.6.0: from 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/Diagnostic/DiagnosticBuilder.cpp:1: [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h: In member function 'virtual void FormatAnalyzer::ComplexAnalyze(FormatState&, const LuaSyntaxTree&)': [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:20:46: warning: unused parameter 'f' [-Wunused-parameter] [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 20 | virtual void ComplexAnalyze(FormatState &f, const LuaSyntaxTree &t){}; [INFO] [stderr] warning: emmylua_codestyle@0.6.0: | ~~~~~~~~~~~~~^ [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:20:70: warning: unused parameter 't' [-Wunused-parameter] [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 20 | virtual void ComplexAnalyze(FormatState &f, const LuaSyntaxTree &t){}; [INFO] [stderr] warning: emmylua_codestyle@0.6.0: | ~~~~~~~~~~~~~~~~~~~~~^ [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h: In member function 'virtual void FormatAnalyzer::OnFormatMessage(FormatState&, FormatEvent, LuaSyntaxNode, const LuaSyntaxTree&)': [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:24:47: warning: unused parameter 'f' [-Wunused-parameter] [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 24 | virtual void OnFormatMessage(FormatState &f, FormatEvent event, LuaSyntaxNode syntaxNode, const LuaSyntaxTree &t){}; [INFO] [stderr] warning: emmylua_codestyle@0.6.0: | ~~~~~~~~~~~~~^ [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:24:62: warning: unused parameter 'event' [-Wunused-parameter] [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 24 | virtual void OnFormatMessage(FormatState &f, FormatEvent event, LuaSyntaxNode syntaxNode, const LuaSyntaxTree &t){}; [INFO] [stderr] warning: emmylua_codestyle@0.6.0: | ~~~~~~~~~~~~^~~~~ [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:24:83: warning: unused parameter 'syntaxNode' [-Wunused-parameter] [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 24 | virtual void OnFormatMessage(FormatState &f, FormatEvent event, LuaSyntaxNode syntaxNode, const LuaSyntaxTree &t){}; [INFO] [stderr] warning: emmylua_codestyle@0.6.0: | ~~~~~~~~~~~~~~^~~~~~~~~~ [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:24:116: warning: unused parameter 't' [-Wunused-parameter] [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 24 | virtual void OnFormatMessage(FormatState &f, FormatEvent event, LuaSyntaxNode syntaxNode, const LuaSyntaxTree &t){}; [INFO] [stderr] warning: emmylua_codestyle@0.6.0: | ~~~~~~~~~~~~~~~~~~~~~^ [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/Diagnostic/DiagnosticBuilder.cpp: In member function 'std::vector<LuaDiagnostic> DiagnosticBuilder::GetDiagnosticResults(const LuaSyntaxTree&)': [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/Diagnostic/DiagnosticBuilder.cpp:14:89: warning: unused parameter 't' [-Wunused-parameter] [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 14 | std::vector<LuaDiagnostic> DiagnosticBuilder::GetDiagnosticResults(const LuaSyntaxTree &t) { [INFO] [stderr] warning: emmylua_codestyle@0.6.0: | ~~~~~~~~~~~~~~~~~~~~~^ [INFO] [stderr] warning: emmylua_codestyle@0.6.0: In file included from 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/FormatState.h:3, [INFO] [stderr] warning: emmylua_codestyle@0.6.0: from 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Diagnostic/DiagnosticBuilder.h:5, [INFO] [stderr] warning: emmylua_codestyle@0.6.0: from 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/Diagnostic/NameStyle/NameStyleChecker.cpp:3: [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h: In member function 'virtual void FormatAnalyzer::ComplexAnalyze(FormatState&, const LuaSyntaxTree&)': [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:20:46: warning: unused parameter 'f' [-Wunused-parameter] [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 20 | virtual void ComplexAnalyze(FormatState &f, const LuaSyntaxTree &t){}; [INFO] [stderr] warning: emmylua_codestyle@0.6.0: | ~~~~~~~~~~~~~^ [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:20:70: warning: unused parameter 't' [-Wunused-parameter] [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 20 | virtual void ComplexAnalyze(FormatState &f, const LuaSyntaxTree &t){}; [INFO] [stderr] warning: emmylua_codestyle@0.6.0: | ~~~~~~~~~~~~~~~~~~~~~^ [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h: In member function 'virtual void FormatAnalyzer::OnFormatMessage(FormatState&, FormatEvent, LuaSyntaxNode, const LuaSyntaxTree&)': [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:24:47: warning: unused parameter 'f' [-Wunused-parameter] [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 24 | virtual void OnFormatMessage(FormatState &f, FormatEvent event, LuaSyntaxNode syntaxNode, const LuaSyntaxTree &t){}; [INFO] [stderr] warning: emmylua_codestyle@0.6.0: | ~~~~~~~~~~~~~^ [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:24:62: warning: unused parameter 'event' [-Wunused-parameter] [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 24 | virtual void OnFormatMessage(FormatState &f, FormatEvent event, LuaSyntaxNode syntaxNode, const LuaSyntaxTree &t){}; [INFO] [stderr] warning: emmylua_codestyle@0.6.0: | ~~~~~~~~~~~~^~~~~ [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:24:83: warning: unused parameter 'syntaxNode' [-Wunused-parameter] [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 24 | virtual void OnFormatMessage(FormatState &f, FormatEvent event, LuaSyntaxNode syntaxNode, const LuaSyntaxTree &t){}; [INFO] [stderr] warning: emmylua_codestyle@0.6.0: | ~~~~~~~~~~~~~~^~~~~~~~~~ [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:24:116: warning: unused parameter 't' [-Wunused-parameter] [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 24 | virtual void OnFormatMessage(FormatState &f, FormatEvent event, LuaSyntaxNode syntaxNode, const LuaSyntaxTree &t){}; [INFO] [stderr] warning: emmylua_codestyle@0.6.0: | ~~~~~~~~~~~~~~~~~~~~~^ [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/Diagnostic/NameStyle/NameStyleChecker.cpp: In member function 'bool NameStyleChecker::CheckSpecialVariableRule(LuaSyntaxNode&, LuaSyntaxNode&, const LuaSyntaxTree&)': [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/Diagnostic/NameStyle/NameStyleChecker.cpp:346:9: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 346 | } [INFO] [stderr] warning: emmylua_codestyle@0.6.0: | ^ [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/Diagnostic/NameStyle/NameStyleChecker.cpp:347:9: note: here [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 347 | default: { [INFO] [stderr] warning: emmylua_codestyle@0.6.0: | ^~~~~~~ [INFO] [stderr] warning: emmylua_codestyle@0.6.0: In file included from 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/FormatState.h:3, [INFO] [stderr] warning: emmylua_codestyle@0.6.0: from 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Diagnostic/DiagnosticBuilder.h:5, [INFO] [stderr] warning: emmylua_codestyle@0.6.0: from 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/Diagnostic/Spell/CodeSpellChecker.cpp:2: [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h: In member function 'virtual void FormatAnalyzer::ComplexAnalyze(FormatState&, const LuaSyntaxTree&)': [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:20:46: warning: unused parameter 'f' [-Wunused-parameter] [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 20 | virtual void ComplexAnalyze(FormatState &f, const LuaSyntaxTree &t){}; [INFO] [stderr] warning: emmylua_codestyle@0.6.0: | ~~~~~~~~~~~~~^ [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:20:70: warning: unused parameter 't' [-Wunused-parameter] [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 20 | virtual void ComplexAnalyze(FormatState &f, const LuaSyntaxTree &t){}; [INFO] [stderr] warning: emmylua_codestyle@0.6.0: | ~~~~~~~~~~~~~~~~~~~~~^ [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h: In member function 'virtual void FormatAnalyzer::OnFormatMessage(FormatState&, FormatEvent, LuaSyntaxNode, const LuaSyntaxTree&)': [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:24:47: warning: unused parameter 'f' [-Wunused-parameter] [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 24 | virtual void OnFormatMessage(FormatState &f, FormatEvent event, LuaSyntaxNode syntaxNode, const LuaSyntaxTree &t){}; [INFO] [stderr] warning: emmylua_codestyle@0.6.0: | ~~~~~~~~~~~~~^ [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:24:62: warning: unused parameter 'event' [-Wunused-parameter] [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 24 | virtual void OnFormatMessage(FormatState &f, FormatEvent event, LuaSyntaxNode syntaxNode, const LuaSyntaxTree &t){}; [INFO] [stderr] warning: emmylua_codestyle@0.6.0: | ~~~~~~~~~~~~^~~~~ [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:24:83: warning: unused parameter 'syntaxNode' [-Wunused-parameter] [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 24 | virtual void OnFormatMessage(FormatState &f, FormatEvent event, LuaSyntaxNode syntaxNode, const LuaSyntaxTree &t){}; [INFO] [stderr] warning: emmylua_codestyle@0.6.0: | ~~~~~~~~~~~~~~^~~~~~~~~~ [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:24:116: warning: unused parameter 't' [-Wunused-parameter] [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 24 | virtual void OnFormatMessage(FormatState &f, FormatEvent event, LuaSyntaxNode syntaxNode, const LuaSyntaxTree &t){}; [INFO] [stderr] warning: emmylua_codestyle@0.6.0: | ~~~~~~~~~~~~~~~~~~~~~^ [INFO] [stderr] warning: emmylua_codestyle@0.6.0: In file included from 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/AlignAnalyzer.h:3, [INFO] [stderr] warning: emmylua_codestyle@0.6.0: from 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/Format/Analyzer/AlignAnalyzer.cpp:1: [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h: In member function 'virtual void FormatAnalyzer::ComplexAnalyze(FormatState&, const LuaSyntaxTree&)': [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:20:46: warning: unused parameter 'f' [-Wunused-parameter] [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 20 | virtual void ComplexAnalyze(FormatState &f, const LuaSyntaxTree &t){}; [INFO] [stderr] warning: emmylua_codestyle@0.6.0: | ~~~~~~~~~~~~~^ [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:20:70: warning: unused parameter 't' [-Wunused-parameter] [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 20 | virtual void ComplexAnalyze(FormatState &f, const LuaSyntaxTree &t){}; [INFO] [stderr] warning: emmylua_codestyle@0.6.0: | ~~~~~~~~~~~~~~~~~~~~~^ [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h: In member function 'virtual void FormatAnalyzer::OnFormatMessage(FormatState&, FormatEvent, LuaSyntaxNode, const LuaSyntaxTree&)': [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:24:47: warning: unused parameter 'f' [-Wunused-parameter] [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 24 | virtual void OnFormatMessage(FormatState &f, FormatEvent event, LuaSyntaxNode syntaxNode, const LuaSyntaxTree &t){}; [INFO] [stderr] warning: emmylua_codestyle@0.6.0: | ~~~~~~~~~~~~~^ [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:24:62: warning: unused parameter 'event' [-Wunused-parameter] [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 24 | virtual void OnFormatMessage(FormatState &f, FormatEvent event, LuaSyntaxNode syntaxNode, const LuaSyntaxTree &t){}; [INFO] [stderr] warning: emmylua_codestyle@0.6.0: | ~~~~~~~~~~~~^~~~~ [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:24:83: warning: unused parameter 'syntaxNode' [-Wunused-parameter] [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 24 | virtual void OnFormatMessage(FormatState &f, FormatEvent event, LuaSyntaxNode syntaxNode, const LuaSyntaxTree &t){}; [INFO] [stderr] warning: emmylua_codestyle@0.6.0: | ~~~~~~~~~~~~~~^~~~~~~~~~ [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:24:116: warning: unused parameter 't' [-Wunused-parameter] [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 24 | virtual void OnFormatMessage(FormatState &f, FormatEvent event, LuaSyntaxNode syntaxNode, const LuaSyntaxTree &t){}; [INFO] [stderr] warning: emmylua_codestyle@0.6.0: | ~~~~~~~~~~~~~~~~~~~~~^ [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/Format/Analyzer/AlignAnalyzer.cpp: In member function 'void AlignAnalyzer::AnalyzeExpressionList(FormatState&, LuaSyntaxNode&, const LuaSyntaxTree&)': [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/Format/Analyzer/AlignAnalyzer.cpp:460:56: warning: unused parameter 'f' [-Wunused-parameter] [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 460 | void AlignAnalyzer::AnalyzeExpressionList(FormatState &f, LuaSyntaxNode &syntaxNode, const LuaSyntaxTree &t) { [INFO] [stderr] warning: emmylua_codestyle@0.6.0: | ~~~~~~~~~~~~~^ [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/Format/Analyzer/AlignAnalyzer.cpp: In member function 'void AlignAnalyzer::AnalyzeParamList(FormatState&, LuaSyntaxNode&, const LuaSyntaxTree&)': [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/Format/Analyzer/AlignAnalyzer.cpp:468:51: warning: unused parameter 'f' [-Wunused-parameter] [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 468 | void AlignAnalyzer::AnalyzeParamList(FormatState &f, LuaSyntaxNode &syntaxNode, const LuaSyntaxTree &t) { [INFO] [stderr] warning: emmylua_codestyle@0.6.0: | ~~~~~~~~~~~~~^ [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/Format/Analyzer/AlignAnalyzer.cpp: In member function 'void AlignAnalyzer::AnalyzeIfStatement(FormatState&, LuaSyntaxNode&, const LuaSyntaxTree&)': [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/Format/Analyzer/AlignAnalyzer.cpp:479:53: warning: unused parameter 'f' [-Wunused-parameter] [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 479 | void AlignAnalyzer::AnalyzeIfStatement(FormatState &f, LuaSyntaxNode &syntaxNode, const LuaSyntaxTree &t) { [INFO] [stderr] warning: emmylua_codestyle@0.6.0: | ~~~~~~~~~~~~~^ [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/Format/Analyzer/AlignAnalyzer.cpp: In member function 'virtual void AlignAnalyzer::Analyze(FormatState&, const LuaSyntaxTree&)': [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/Format/Analyzer/AlignAnalyzer.cpp:57:21: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 57 | if (f.GetStyle().align_if_branch) { [INFO] [stderr] warning: emmylua_codestyle@0.6.0: | ^~ [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/Format/Analyzer/AlignAnalyzer.cpp:61:17: note: here [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 61 | case LuaSyntaxNodeKind::SuffixedExpression: { [INFO] [stderr] warning: emmylua_codestyle@0.6.0: | ^~~~ [INFO] [stderr] warning: emmylua_codestyle@0.6.0: In file included from 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/Format/Analyzer/FormatAnalyzer.cpp:1: [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h: In member function 'virtual void FormatAnalyzer::ComplexAnalyze(FormatState&, const LuaSyntaxTree&)': [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:20:46: warning: unused parameter 'f' [-Wunused-parameter] [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 20 | virtual void ComplexAnalyze(FormatState &f, const LuaSyntaxTree &t){}; [INFO] [stderr] warning: emmylua_codestyle@0.6.0: | ~~~~~~~~~~~~~^ [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:20:70: warning: unused parameter 't' [-Wunused-parameter] [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 20 | virtual void ComplexAnalyze(FormatState &f, const LuaSyntaxTree &t){}; [INFO] [stderr] warning: emmylua_codestyle@0.6.0: | ~~~~~~~~~~~~~~~~~~~~~^ [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h: In member function 'virtual void FormatAnalyzer::OnFormatMessage(FormatState&, FormatEvent, LuaSyntaxNode, const LuaSyntaxTree&)': [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:24:47: warning: unused parameter 'f' [-Wunused-parameter] [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 24 | virtual void OnFormatMessage(FormatState &f, FormatEvent event, LuaSyntaxNode syntaxNode, const LuaSyntaxTree &t){}; [INFO] [stderr] warning: emmylua_codestyle@0.6.0: | ~~~~~~~~~~~~~^ [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:24:62: warning: unused parameter 'event' [-Wunused-parameter] [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 24 | virtual void OnFormatMessage(FormatState &f, FormatEvent event, LuaSyntaxNode syntaxNode, const LuaSyntaxTree &t){}; [INFO] [stderr] warning: emmylua_codestyle@0.6.0: | ~~~~~~~~~~~~^~~~~ [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:24:83: warning: unused parameter 'syntaxNode' [-Wunused-parameter] [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 24 | virtual void OnFormatMessage(FormatState &f, FormatEvent event, LuaSyntaxNode syntaxNode, const LuaSyntaxTree &t){}; [INFO] [stderr] warning: emmylua_codestyle@0.6.0: | ~~~~~~~~~~~~~~^~~~~~~~~~ [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:24:116: warning: unused parameter 't' [-Wunused-parameter] [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 24 | virtual void OnFormatMessage(FormatState &f, FormatEvent event, LuaSyntaxNode syntaxNode, const LuaSyntaxTree &t){}; [INFO] [stderr] warning: emmylua_codestyle@0.6.0: | ~~~~~~~~~~~~~~~~~~~~~^ [INFO] [stderr] warning: emmylua_codestyle@0.6.0: In file included from 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatDocAnalyze.h:4, [INFO] [stderr] warning: emmylua_codestyle@0.6.0: from 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/Format/Analyzer/FormatDocAnalyze.cpp:1: [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h: In member function 'virtual void FormatAnalyzer::ComplexAnalyze(FormatState&, const LuaSyntaxTree&)': [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:20:46: warning: unused parameter 'f' [-Wunused-parameter] [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 20 | virtual void ComplexAnalyze(FormatState &f, const LuaSyntaxTree &t){}; [INFO] [stderr] warning: emmylua_codestyle@0.6.0: | ~~~~~~~~~~~~~^ [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:20:70: warning: unused parameter 't' [-Wunused-parameter] [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 20 | virtual void ComplexAnalyze(FormatState &f, const LuaSyntaxTree &t){}; [INFO] [stderr] warning: emmylua_codestyle@0.6.0: | ~~~~~~~~~~~~~~~~~~~~~^ [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h: In member function 'virtual void FormatAnalyzer::OnFormatMessage(FormatState&, FormatEvent, LuaSyntaxNode, const LuaSyntaxTree&)': [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:24:47: warning: unused parameter 'f' [-Wunused-parameter] [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 24 | virtual void OnFormatMessage(FormatState &f, FormatEvent event, LuaSyntaxNode syntaxNode, const LuaSyntaxTree &t){}; [INFO] [stderr] warning: emmylua_codestyle@0.6.0: | ~~~~~~~~~~~~~^ [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:24:62: warning: unused parameter 'event' [-Wunused-parameter] [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 24 | virtual void OnFormatMessage(FormatState &f, FormatEvent event, LuaSyntaxNode syntaxNode, const LuaSyntaxTree &t){}; [INFO] [stderr] warning: emmylua_codestyle@0.6.0: | ~~~~~~~~~~~~^~~~~ [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:24:83: warning: unused parameter 'syntaxNode' [-Wunused-parameter] [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 24 | virtual void OnFormatMessage(FormatState &f, FormatEvent event, LuaSyntaxNode syntaxNode, const LuaSyntaxTree &t){}; [INFO] [stderr] warning: emmylua_codestyle@0.6.0: | ~~~~~~~~~~~~~~^~~~~~~~~~ [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:24:116: warning: unused parameter 't' [-Wunused-parameter] [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 24 | virtual void OnFormatMessage(FormatState &f, FormatEvent event, LuaSyntaxNode syntaxNode, const LuaSyntaxTree &t){}; [INFO] [stderr] warning: emmylua_codestyle@0.6.0: | ~~~~~~~~~~~~~~~~~~~~~^ [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/Format/Analyzer/FormatDocAnalyze.cpp: In member function 'virtual void FormatDocAnalyze::ComplexAnalyze(FormatState&, const LuaSyntaxTree&)': [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/Format/Analyzer/FormatDocAnalyze.cpp:24:52: warning: unused parameter 'f' [-Wunused-parameter] [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 24 | void FormatDocAnalyze::ComplexAnalyze(FormatState &f, const LuaSyntaxTree &t) { [INFO] [stderr] warning: emmylua_codestyle@0.6.0: | ~~~~~~~~~~~~~^ [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/Format/Analyzer/FormatDocAnalyze.cpp:24:76: warning: unused parameter 't' [-Wunused-parameter] [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 24 | void FormatDocAnalyze::ComplexAnalyze(FormatState &f, const LuaSyntaxTree &t) { [INFO] [stderr] warning: emmylua_codestyle@0.6.0: | ~~~~~~~~~~~~~~~~~~~~~^ [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/Format/Analyzer/FormatDocAnalyze.cpp: In member function 'virtual void FormatDocAnalyze::Query(FormatState&, LuaSyntaxNode, const LuaSyntaxTree&, FormatResolve&)': [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/Format/Analyzer/FormatDocAnalyze.cpp:27:93: warning: unused parameter 't' [-Wunused-parameter] [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 27 | void FormatDocAnalyze::Query(FormatState &f, LuaSyntaxNode syntaxNode, const LuaSyntaxTree &t, FormatResolve &resolve) { [INFO] [stderr] warning: emmylua_codestyle@0.6.0: | ~~~~~~~~~~~~~~~~~~~~~^ [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/Format/Analyzer/FormatDocAnalyze.cpp: In member function 'void FormatDocAnalyze::AnalyzeDocFormat(LuaSyntaxNode, FormatState&, const LuaSyntaxTree&)': [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/Format/Analyzer/FormatDocAnalyze.cpp:49:71: warning: unused parameter 'f' [-Wunused-parameter] [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 49 | void FormatDocAnalyze::AnalyzeDocFormat(LuaSyntaxNode n, FormatState &f, const LuaSyntaxTree &t) { [INFO] [stderr] warning: emmylua_codestyle@0.6.0: | ~~~~~~~~~~~~~^ [INFO] [stderr] warning: emmylua_codestyle@0.6.0: In file included from 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/IndentationAnalyzer.h:4, [INFO] [stderr] warning: emmylua_codestyle@0.6.0: from 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/Format/Analyzer/IndentationAnalyzer.cpp:1: [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h: In member function 'virtual void FormatAnalyzer::ComplexAnalyze(FormatState&, const LuaSyntaxTree&)': [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:20:46: warning: unused parameter 'f' [-Wunused-parameter] [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 20 | virtual void ComplexAnalyze(FormatState &f, const LuaSyntaxTree &t){}; [INFO] [stderr] warning: emmylua_codestyle@0.6.0: | ~~~~~~~~~~~~~^ [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:20:70: warning: unused parameter 't' [-Wunused-parameter] [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 20 | virtual void ComplexAnalyze(FormatState &f, const LuaSyntaxTree &t){}; [INFO] [stderr] warning: emmylua_codestyle@0.6.0: | ~~~~~~~~~~~~~~~~~~~~~^ [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h: In member function 'virtual void FormatAnalyzer::OnFormatMessage(FormatState&, FormatEvent, LuaSyntaxNode, const LuaSyntaxTree&)': [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:24:47: warning: unused parameter 'f' [-Wunused-parameter] [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 24 | virtual void OnFormatMessage(FormatState &f, FormatEvent event, LuaSyntaxNode syntaxNode, const LuaSyntaxTree &t){}; [INFO] [stderr] warning: emmylua_codestyle@0.6.0: | ~~~~~~~~~~~~~^ [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:24:62: warning: unused parameter 'event' [-Wunused-parameter] [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 24 | virtual void OnFormatMessage(FormatState &f, FormatEvent event, LuaSyntaxNode syntaxNode, const LuaSyntaxTree &t){}; [INFO] [stderr] warning: emmylua_codestyle@0.6.0: | ~~~~~~~~~~~~^~~~~ [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:24:83: warning: unused parameter 'syntaxNode' [-Wunused-parameter] [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 24 | virtual void OnFormatMessage(FormatState &f, FormatEvent event, LuaSyntaxNode syntaxNode, const LuaSyntaxTree &t){}; [INFO] [stderr] warning: emmylua_codestyle@0.6.0: | ~~~~~~~~~~~~~~^~~~~~~~~~ [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:24:116: warning: unused parameter 't' [-Wunused-parameter] [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 24 | virtual void OnFormatMessage(FormatState &f, FormatEvent event, LuaSyntaxNode syntaxNode, const LuaSyntaxTree &t){}; [INFO] [stderr] warning: emmylua_codestyle@0.6.0: | ~~~~~~~~~~~~~~~~~~~~~^ [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/Format/Analyzer/IndentationAnalyzer.cpp: In member function 'void IndentationAnalyzer::AddIndenter(LuaSyntaxNode, const LuaSyntaxTree&, IndentData)': [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/Format/Analyzer/IndentationAnalyzer.cpp:165:77: warning: unused parameter 't' [-Wunused-parameter] [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 165 | void IndentationAnalyzer::AddIndenter(LuaSyntaxNode n, const LuaSyntaxTree &t, IndentData indentData) { [INFO] [stderr] warning: emmylua_codestyle@0.6.0: | ~~~~~~~~~~~~~~~~~~~~~^ [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/Format/Analyzer/IndentationAnalyzer.cpp: In member function 'void IndentationAnalyzer::AddLinebreakGroup(LuaSyntaxNode, std::vector<LuaSyntaxNode>&, const LuaSyntaxTree&, std::size_t)': [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/Format/Analyzer/IndentationAnalyzer.cpp:169:123: warning: unused parameter 't' [-Wunused-parameter] [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 169 | void IndentationAnalyzer::AddLinebreakGroup(LuaSyntaxNode parent, std::vector<LuaSyntaxNode> &group, const LuaSyntaxTree &t, std::size_t indent) { [INFO] [stderr] warning: emmylua_codestyle@0.6.0: | ~~~~~~~~~~~~~~~~~~~~~^ [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/Format/Analyzer/IndentationAnalyzer.cpp: In member function 'void IndentationAnalyzer::AnalyzeCallExprList(FormatState&, LuaSyntaxNode&, const LuaSyntaxTree&)': [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/Format/Analyzer/IndentationAnalyzer.cpp:234:60: warning: unused parameter 'f' [-Wunused-parameter] [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 234 | void IndentationAnalyzer::AnalyzeCallExprList(FormatState &f, LuaSyntaxNode &exprList, const LuaSyntaxTree &t) { [INFO] [stderr] warning: emmylua_codestyle@0.6.0: | ~~~~~~~~~~~~~^ [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/Format/Analyzer/IndentationAnalyzer.cpp: In member function 'void IndentationAnalyzer::ProcessExceedLinebreak(FormatState&, LuaSyntaxNode, const LuaSyntaxTree&)': [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/Format/Analyzer/IndentationAnalyzer.cpp:317:63: warning: unused parameter 'f' [-Wunused-parameter] [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 317 | void IndentationAnalyzer::ProcessExceedLinebreak(FormatState &f, LuaSyntaxNode syntaxNode, const LuaSyntaxTree &t) { [INFO] [stderr] warning: emmylua_codestyle@0.6.0: | ~~~~~~~~~~~~~^ [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/Format/Analyzer/IndentationAnalyzer.cpp: In member function 'void IndentationAnalyzer::NeverIndentCommentOnIfBranch(FormatState&, LuaSyntaxNode, const LuaSyntaxTree&)': [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/Format/Analyzer/IndentationAnalyzer.cpp:337:69: warning: unused parameter 'f' [-Wunused-parameter] [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 337 | void IndentationAnalyzer::NeverIndentCommentOnIfBranch(FormatState &f, LuaSyntaxNode syntaxNode, const LuaSyntaxTree &t) { [INFO] [stderr] warning: emmylua_codestyle@0.6.0: | ~~~~~~~~~~~~~^ [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/Format/Analyzer/IndentationAnalyzer.cpp: In member function 'void IndentationAnalyzer::AllowNonIndentedComment(FormatState&, LuaSyntaxNode, const LuaSyntaxTree&)': [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/Format/Analyzer/IndentationAnalyzer.cpp:369:64: warning: unused parameter 'f' [-Wunused-parameter] [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 369 | void IndentationAnalyzer::AllowNonIndentedComment(FormatState &f, LuaSyntaxNode syntaxNode, const LuaSyntaxTree &t) { [INFO] [stderr] warning: emmylua_codestyle@0.6.0: | ~~~~~~~~~~~~~^ [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/Format/Analyzer/IndentationAnalyzer.cpp: In member function 'virtual void IndentationAnalyzer::Analyze(FormatState&, const LuaSyntaxTree&)': [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/Format/Analyzer/IndentationAnalyzer.cpp:48:17: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 48 | } [INFO] [stderr] warning: emmylua_codestyle@0.6.0: | ^ [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/Format/Analyzer/IndentationAnalyzer.cpp:49:17: note: here [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 49 | case LuaSyntaxNodeKind::LocalStatement: [INFO] [stderr] warning: emmylua_codestyle@0.6.0: | ^~~~ [INFO] [stderr] warning: emmylua_codestyle@0.6.0: In file included from 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/LineBreakAnalyzer.h:3, [INFO] [stderr] warning: emmylua_codestyle@0.6.0: from 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/Format/Analyzer/LineBreakAnalyzer.cpp:1: [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h: In member function 'virtual void FormatAnalyzer::ComplexAnalyze(FormatState&, const LuaSyntaxTree&)': [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:20:46: warning: unused parameter 'f' [-Wunused-parameter] [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 20 | virtual void ComplexAnalyze(FormatState &f, const LuaSyntaxTree &t){}; [INFO] [stderr] warning: emmylua_codestyle@0.6.0: | ~~~~~~~~~~~~~^ [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:20:70: warning: unused parameter 't' [-Wunused-parameter] [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 20 | virtual void ComplexAnalyze(FormatState &f, const LuaSyntaxTree &t){}; [INFO] [stderr] warning: emmylua_codestyle@0.6.0: | ~~~~~~~~~~~~~~~~~~~~~^ [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h: In member function 'virtual void FormatAnalyzer::OnFormatMessage(FormatState&, FormatEvent, LuaSyntaxNode, const LuaSyntaxTree&)': [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:24:47: warning: unused parameter 'f' [-Wunused-parameter] [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 24 | virtual void OnFormatMessage(FormatState &f, FormatEvent event, LuaSyntaxNode syntaxNode, const LuaSyntaxTree &t){}; [INFO] [stderr] warning: emmylua_codestyle@0.6.0: | ~~~~~~~~~~~~~^ [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:24:62: warning: unused parameter 'event' [-Wunused-parameter] [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 24 | virtual void OnFormatMessage(FormatState &f, FormatEvent event, LuaSyntaxNode syntaxNode, const LuaSyntaxTree &t){}; [INFO] [stderr] warning: emmylua_codestyle@0.6.0: | ~~~~~~~~~~~~^~~~~ [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:24:83: warning: unused parameter 'syntaxNode' [-Wunused-parameter] [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 24 | virtual void OnFormatMessage(FormatState &f, FormatEvent event, LuaSyntaxNode syntaxNode, const LuaSyntaxTree &t){}; [INFO] [stderr] warning: emmylua_codestyle@0.6.0: | ~~~~~~~~~~~~~~^~~~~~~~~~ [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:24:116: warning: unused parameter 't' [-Wunused-parameter] [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 24 | virtual void OnFormatMessage(FormatState &f, FormatEvent event, LuaSyntaxNode syntaxNode, const LuaSyntaxTree &t){}; [INFO] [stderr] warning: emmylua_codestyle@0.6.0: | ~~~~~~~~~~~~~~~~~~~~~^ [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/Format/Analyzer/LineBreakAnalyzer.cpp: In member function 'void LineBreakAnalyzer::AnalyzeConditionExpr(FormatState&, LuaSyntaxNode, const LuaSyntaxTree&)': [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/Format/Analyzer/LineBreakAnalyzer.cpp:281:59: warning: unused parameter 'f' [-Wunused-parameter] [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 281 | void LineBreakAnalyzer::AnalyzeConditionExpr(FormatState &f, LuaSyntaxNode expr, const LuaSyntaxTree &t) { [INFO] [stderr] warning: emmylua_codestyle@0.6.0: | ~~~~~~~~~~~~~^ [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/Format/Analyzer/LineBreakAnalyzer.cpp: In member function 'virtual void LineBreakAnalyzer::ComplexAnalyze(FormatState&, const LuaSyntaxTree&)': [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/Format/Analyzer/LineBreakAnalyzer.cpp:117:33: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 117 | } [INFO] [stderr] warning: emmylua_codestyle@0.6.0: | ^ [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/Format/Analyzer/LineBreakAnalyzer.cpp:118:33: note: here [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 118 | case TK_SHORT_COMMENT: [INFO] [stderr] warning: emmylua_codestyle@0.6.0: | ^~~~ [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/Format/Analyzer/LineBreakAnalyzer.cpp:148:17: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 148 | } [INFO] [stderr] warning: emmylua_codestyle@0.6.0: | ^ [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/Format/Analyzer/LineBreakAnalyzer.cpp:149:17: note: here [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 149 | case LuaSyntaxNodeKind::WhileStatement: [INFO] [stderr] warning: emmylua_codestyle@0.6.0: | ^~~~ [INFO] [stderr] warning: emmylua_codestyle@0.6.0: In file included from 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/SemicolonAnalyzer.h:3, [INFO] [stderr] warning: emmylua_codestyle@0.6.0: from 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/Format/Analyzer/SemicolonAnalyzer.cpp:1: [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h: In member function 'virtual void FormatAnalyzer::ComplexAnalyze(FormatState&, const LuaSyntaxTree&)': [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:20:46: warning: unused parameter 'f' [-Wunused-parameter] [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 20 | virtual void ComplexAnalyze(FormatState &f, const LuaSyntaxTree &t){}; [INFO] [stderr] warning: emmylua_codestyle@0.6.0: | ~~~~~~~~~~~~~^ [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:20:70: warning: unused parameter 't' [-Wunused-parameter] [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 20 | virtual void ComplexAnalyze(FormatState &f, const LuaSyntaxTree &t){}; [INFO] [stderr] warning: emmylua_codestyle@0.6.0: | ~~~~~~~~~~~~~~~~~~~~~^ [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h: In member function 'virtual void FormatAnalyzer::OnFormatMessage(FormatState&, FormatEvent, LuaSyntaxNode, const LuaSyntaxTree&)': [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:24:47: warning: unused parameter 'f' [-Wunused-parameter] [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 24 | virtual void OnFormatMessage(FormatState &f, FormatEvent event, LuaSyntaxNode syntaxNode, const LuaSyntaxTree &t){}; [INFO] [stderr] warning: emmylua_codestyle@0.6.0: | ~~~~~~~~~~~~~^ [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:24:62: warning: unused parameter 'event' [-Wunused-parameter] [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 24 | virtual void OnFormatMessage(FormatState &f, FormatEvent event, LuaSyntaxNode syntaxNode, const LuaSyntaxTree &t){}; [INFO] [stderr] warning: emmylua_codestyle@0.6.0: | ~~~~~~~~~~~~^~~~~ [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:24:83: warning: unused parameter 'syntaxNode' [-Wunused-parameter] [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 24 | virtual void OnFormatMessage(FormatState &f, FormatEvent event, LuaSyntaxNode syntaxNode, const LuaSyntaxTree &t){}; [INFO] [stderr] warning: emmylua_codestyle@0.6.0: | ~~~~~~~~~~~~~~^~~~~~~~~~ [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:24:116: warning: unused parameter 't' [-Wunused-parameter] [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 24 | virtual void OnFormatMessage(FormatState &f, FormatEvent event, LuaSyntaxNode syntaxNode, const LuaSyntaxTree &t){}; [INFO] [stderr] warning: emmylua_codestyle@0.6.0: | ~~~~~~~~~~~~~~~~~~~~~^ [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/Format/Analyzer/SemicolonAnalyzer.cpp: In member function 'virtual void SemicolonAnalyzer::Query(FormatState&, LuaSyntaxNode, const LuaSyntaxTree&, FormatResolve&)': [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/Format/Analyzer/SemicolonAnalyzer.cpp:60:44: warning: unused parameter 'f' [-Wunused-parameter] [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 60 | void SemicolonAnalyzer::Query(FormatState &f, LuaSyntaxNode n, const LuaSyntaxTree &t, FormatResolve &resolve) { [INFO] [stderr] warning: emmylua_codestyle@0.6.0: | ~~~~~~~~~~~~~^ [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/Format/Analyzer/SemicolonAnalyzer.cpp:60:85: warning: unused parameter 't' [-Wunused-parameter] [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 60 | void SemicolonAnalyzer::Query(FormatState &f, LuaSyntaxNode n, const LuaSyntaxTree &t, FormatResolve &resolve) { [INFO] [stderr] warning: emmylua_codestyle@0.6.0: | ~~~~~~~~~~~~~~~~~~~~~^ [INFO] [stderr] warning: emmylua_codestyle@0.6.0: In file included from 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/SpaceAnalyzer.h:3, [INFO] [stderr] warning: emmylua_codestyle@0.6.0: from 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/Format/Analyzer/SpaceAnalyzer.cpp:1: [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h: In member function 'virtual void FormatAnalyzer::ComplexAnalyze(FormatState&, const LuaSyntaxTree&)': [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:20:46: warning: unused parameter 'f' [-Wunused-parameter] [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 20 | virtual void ComplexAnalyze(FormatState &f, const LuaSyntaxTree &t){}; [INFO] [stderr] warning: emmylua_codestyle@0.6.0: | ~~~~~~~~~~~~~^ [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:20:70: warning: unused parameter 't' [-Wunused-parameter] [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 20 | virtual void ComplexAnalyze(FormatState &f, const LuaSyntaxTree &t){}; [INFO] [stderr] warning: emmylua_codestyle@0.6.0: | ~~~~~~~~~~~~~~~~~~~~~^ [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h: In member function 'virtual void FormatAnalyzer::OnFormatMessage(FormatState&, FormatEvent, LuaSyntaxNode, const LuaSyntaxTree&)': [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:24:47: warning: unused parameter 'f' [-Wunused-parameter] [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 24 | virtual void OnFormatMessage(FormatState &f, FormatEvent event, LuaSyntaxNode syntaxNode, const LuaSyntaxTree &t){}; [INFO] [stderr] warning: emmylua_codestyle@0.6.0: | ~~~~~~~~~~~~~^ [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:24:62: warning: unused parameter 'event' [-Wunused-parameter] [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 24 | virtual void OnFormatMessage(FormatState &f, FormatEvent event, LuaSyntaxNode syntaxNode, const LuaSyntaxTree &t){}; [INFO] [stderr] warning: emmylua_codestyle@0.6.0: | ~~~~~~~~~~~~^~~~~ [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:24:83: warning: unused parameter 'syntaxNode' [-Wunused-parameter] [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 24 | virtual void OnFormatMessage(FormatState &f, FormatEvent event, LuaSyntaxNode syntaxNode, const LuaSyntaxTree &t){}; [INFO] [stderr] warning: emmylua_codestyle@0.6.0: | ~~~~~~~~~~~~~~^~~~~~~~~~ [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:24:116: warning: unused parameter 't' [-Wunused-parameter] [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 24 | virtual void OnFormatMessage(FormatState &f, FormatEvent event, LuaSyntaxNode syntaxNode, const LuaSyntaxTree &t){}; [INFO] [stderr] warning: emmylua_codestyle@0.6.0: | ~~~~~~~~~~~~~~~~~~~~~^ [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/Format/Analyzer/SpaceAnalyzer.cpp: In member function 'virtual void SpaceAnalyzer::Query(FormatState&, LuaSyntaxNode, const LuaSyntaxTree&, FormatResolve&)': [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/Format/Analyzer/SpaceAnalyzer.cpp:393:40: warning: unused parameter 'f' [-Wunused-parameter] [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 393 | void SpaceAnalyzer::Query(FormatState &f, LuaSyntaxNode syntaxNode, const LuaSyntaxTree &t, FormatResolve &resolve) { [INFO] [stderr] warning: emmylua_codestyle@0.6.0: | ~~~~~~~~~~~~~^ [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/Format/Analyzer/SpaceAnalyzer.cpp: In member function 'virtual void SpaceAnalyzer::Analyze(FormatState&, const LuaSyntaxTree&)': [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/Format/Analyzer/SpaceAnalyzer.cpp:163:32: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 163 | SpaceAround(syntaxNode, t, 0); [INFO] [stderr] warning: emmylua_codestyle@0.6.0: | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/Format/Analyzer/SpaceAnalyzer.cpp:165:17: note: here [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 165 | case '[': { [INFO] [stderr] warning: emmylua_codestyle@0.6.0: | ^~~~ [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/Format/Analyzer/SpaceAnalyzer.cpp: In member function 'virtual void SpaceAnalyzer::ComplexAnalyze(FormatState&, const LuaSyntaxTree&)': [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/Format/Analyzer/SpaceAnalyzer.cpp:335:17: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 335 | } [INFO] [stderr] warning: emmylua_codestyle@0.6.0: | ^ [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/Format/Analyzer/SpaceAnalyzer.cpp:336:17: note: here [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 336 | case LuaSyntaxNodeKind::FunctionBody: { [INFO] [stderr] warning: emmylua_codestyle@0.6.0: | ^~~~ [INFO] [stderr] warning: emmylua_codestyle@0.6.0: In file included from 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/TokenAnalyzer.h:3, [INFO] [stderr] warning: emmylua_codestyle@0.6.0: from 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/Format/Analyzer/TokenAnalyzer.cpp:1: [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h: In member function 'virtual void FormatAnalyzer::ComplexAnalyze(FormatState&, const LuaSyntaxTree&)': [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:20:46: warning: unused parameter 'f' [-Wunused-parameter] [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 20 | virtual void ComplexAnalyze(FormatState &f, const LuaSyntaxTree &t){}; [INFO] [stderr] warning: emmylua_codestyle@0.6.0: | ~~~~~~~~~~~~~^ [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:20:70: warning: unused parameter 't' [-Wunused-parameter] [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 20 | virtual void ComplexAnalyze(FormatState &f, const LuaSyntaxTree &t){}; [INFO] [stderr] warning: emmylua_codestyle@0.6.0: | ~~~~~~~~~~~~~~~~~~~~~^ [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h: In member function 'virtual void FormatAnalyzer::OnFormatMessage(FormatState&, FormatEvent, LuaSyntaxNode, const LuaSyntaxTree&)': [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:24:47: warning: unused parameter 'f' [-Wunused-parameter] [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 24 | virtual void OnFormatMessage(FormatState &f, FormatEvent event, LuaSyntaxNode syntaxNode, const LuaSyntaxTree &t){}; [INFO] [stderr] warning: emmylua_codestyle@0.6.0: | ~~~~~~~~~~~~~^ [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:24:62: warning: unused parameter 'event' [-Wunused-parameter] [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 24 | virtual void OnFormatMessage(FormatState &f, FormatEvent event, LuaSyntaxNode syntaxNode, const LuaSyntaxTree &t){}; [INFO] [stderr] warning: emmylua_codestyle@0.6.0: | ~~~~~~~~~~~~^~~~~ [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:24:83: warning: unused parameter 'syntaxNode' [-Wunused-parameter] [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 24 | virtual void OnFormatMessage(FormatState &f, FormatEvent event, LuaSyntaxNode syntaxNode, const LuaSyntaxTree &t){}; [INFO] [stderr] warning: emmylua_codestyle@0.6.0: | ~~~~~~~~~~~~~~^~~~~~~~~~ [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:24:116: warning: unused parameter 't' [-Wunused-parameter] [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 24 | virtual void OnFormatMessage(FormatState &f, FormatEvent event, LuaSyntaxNode syntaxNode, const LuaSyntaxTree &t){}; [INFO] [stderr] warning: emmylua_codestyle@0.6.0: | ~~~~~~~~~~~~~~~~~~~~~^ [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/Format/Analyzer/TokenAnalyzer.cpp: In member function 'virtual void TokenAnalyzer::Query(FormatState&, LuaSyntaxNode, const LuaSyntaxTree&, FormatResolve&)': [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/Format/Analyzer/TokenAnalyzer.cpp:65:40: warning: unused parameter 'f' [-Wunused-parameter] [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 65 | void TokenAnalyzer::Query(FormatState &f, LuaSyntaxNode syntaxNode, const LuaSyntaxTree &t, FormatResolve &resolve) { [INFO] [stderr] warning: emmylua_codestyle@0.6.0: | ~~~~~~~~~~~~~^ [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/Format/Analyzer/TokenAnalyzer.cpp: In member function 'void TokenAnalyzer::MarkPrev(LuaSyntaxNode, const LuaSyntaxTree&, PrevTokenStrategy)': [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/Format/Analyzer/TokenAnalyzer.cpp:84:68: warning: unused parameter 't' [-Wunused-parameter] [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 84 | void TokenAnalyzer::MarkPrev(LuaSyntaxNode n, const LuaSyntaxTree &t, PrevTokenStrategy strategy) { [INFO] [stderr] warning: emmylua_codestyle@0.6.0: | ~~~~~~~~~~~~~~~~~~~~~^ [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/Format/Analyzer/TokenAnalyzer.cpp: In member function 'void TokenAnalyzer::Mark(LuaSyntaxNode, const LuaSyntaxTree&, TokenStrategy)': [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/Format/Analyzer/TokenAnalyzer.cpp:88:64: warning: unused parameter 't' [-Wunused-parameter] [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 88 | void TokenAnalyzer::Mark(LuaSyntaxNode n, const LuaSyntaxTree &t, TokenStrategy strategy) { [INFO] [stderr] warning: emmylua_codestyle@0.6.0: | ~~~~~~~~~~~~~~~~~~~~~^ [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/Format/Analyzer/TokenAnalyzer.cpp: In member function 'void TokenAnalyzer::MarkNext(LuaSyntaxNode, const LuaSyntaxTree&, NextTokenStrategy)': [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/Format/Analyzer/TokenAnalyzer.cpp:92:68: warning: unused parameter 't' [-Wunused-parameter] [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 92 | void TokenAnalyzer::MarkNext(LuaSyntaxNode n, const LuaSyntaxTree &t, NextTokenStrategy strategy) { [INFO] [stderr] warning: emmylua_codestyle@0.6.0: | ~~~~~~~~~~~~~~~~~~~~~^ [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/Format/Analyzer/TokenAnalyzer.cpp: In member function 'bool TokenAnalyzer::IsRemove(LuaSyntaxNode, const LuaSyntaxTree&) const': [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/Format/Analyzer/TokenAnalyzer.cpp:96:68: warning: unused parameter 't' [-Wunused-parameter] [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 96 | bool TokenAnalyzer::IsRemove(LuaSyntaxNode n, const LuaSyntaxTree &t) const { [INFO] [stderr] warning: emmylua_codestyle@0.6.0: | ~~~~~~~~~~~~~~~~~~~~~^ [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/Format/Analyzer/TokenAnalyzer.cpp: In member function 'void TokenAnalyzer::AnalyzeComment(FormatState&, LuaSyntaxNode, const LuaSyntaxTree&)': [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/Format/Analyzer/TokenAnalyzer.cpp:313:49: warning: unused parameter 'f' [-Wunused-parameter] [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 313 | void TokenAnalyzer::AnalyzeComment(FormatState &f, LuaSyntaxNode n, const LuaSyntaxTree &t) { [INFO] [stderr] warning: emmylua_codestyle@0.6.0: | ~~~~~~~~~~~~~^ [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/Format/Analyzer/TokenAnalyzer.cpp: In member function 'void TokenAnalyzer::TableFieldAddSep(FormatState&, LuaSyntaxNode, const LuaSyntaxTree&)': [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/Format/Analyzer/TokenAnalyzer.cpp:116:17: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 116 | if (n.GetChildToken('=', t).IsToken(t)) { [INFO] [stderr] warning: emmylua_codestyle@0.6.0: | ^~ [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/Format/Analyzer/TokenAnalyzer.cpp:121:13: note: here [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 121 | default: { [INFO] [stderr] warning: emmylua_codestyle@0.6.0: | ^~~~~~~ [INFO] [stderr] warning: emmylua_codestyle@0.6.0: In file included from 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/FormatState.h:3, [INFO] [stderr] warning: emmylua_codestyle@0.6.0: from 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/FormatBuilder.h:4, [INFO] [stderr] warning: emmylua_codestyle@0.6.0: from 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/Format/FormatBuilder.cpp:1: [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h: In member function 'virtual void FormatAnalyzer::ComplexAnalyze(FormatState&, const LuaSyntaxTree&)': [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:20:46: warning: unused parameter 'f' [-Wunused-parameter] [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 20 | virtual void ComplexAnalyze(FormatState &f, const LuaSyntaxTree &t){}; [INFO] [stderr] warning: emmylua_codestyle@0.6.0: | ~~~~~~~~~~~~~^ [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:20:70: warning: unused parameter 't' [-Wunused-parameter] [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 20 | virtual void ComplexAnalyze(FormatState &f, const LuaSyntaxTree &t){}; [INFO] [stderr] warning: emmylua_codestyle@0.6.0: | ~~~~~~~~~~~~~~~~~~~~~^ [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h: In member function 'virtual void FormatAnalyzer::OnFormatMessage(FormatState&, FormatEvent, LuaSyntaxNode, const LuaSyntaxTree&)': [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:24:47: warning: unused parameter 'f' [-Wunused-parameter] [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 24 | virtual void OnFormatMessage(FormatState &f, FormatEvent event, LuaSyntaxNode syntaxNode, const LuaSyntaxTree &t){}; [INFO] [stderr] warning: emmylua_codestyle@0.6.0: | ~~~~~~~~~~~~~^ [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:24:62: warning: unused parameter 'event' [-Wunused-parameter] [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 24 | virtual void OnFormatMessage(FormatState &f, FormatEvent event, LuaSyntaxNode syntaxNode, const LuaSyntaxTree &t){}; [INFO] [stderr] warning: emmylua_codestyle@0.6.0: | ~~~~~~~~~~~~^~~~~ [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:24:83: warning: unused parameter 'syntaxNode' [-Wunused-parameter] [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 24 | virtual void OnFormatMessage(FormatState &f, FormatEvent event, LuaSyntaxNode syntaxNode, const LuaSyntaxTree &t){}; [INFO] [stderr] warning: emmylua_codestyle@0.6.0: | ~~~~~~~~~~~~~~^~~~~~~~~~ [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:24:116: warning: unused parameter 't' [-Wunused-parameter] [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 24 | virtual void OnFormatMessage(FormatState &f, FormatEvent event, LuaSyntaxNode syntaxNode, const LuaSyntaxTree &t){}; [INFO] [stderr] warning: emmylua_codestyle@0.6.0: | ~~~~~~~~~~~~~~~~~~~~~^ [INFO] [stderr] warning: emmylua_codestyle@0.6.0: In file included from 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/FormatState.h:3, [INFO] [stderr] warning: emmylua_codestyle@0.6.0: from 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/Format/FormatState.cpp:1: [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h: In member function 'virtual void FormatAnalyzer::ComplexAnalyze(FormatState&, const LuaSyntaxTree&)': [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:20:46: warning: unused parameter 'f' [-Wunused-parameter] [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 20 | virtual void ComplexAnalyze(FormatState &f, const LuaSyntaxTree &t){}; [INFO] [stderr] warning: emmylua_codestyle@0.6.0: | ~~~~~~~~~~~~~^ [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:20:70: warning: unused parameter 't' [-Wunused-parameter] [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 20 | virtual void ComplexAnalyze(FormatState &f, const LuaSyntaxTree &t){}; [INFO] [stderr] warning: emmylua_codestyle@0.6.0: | ~~~~~~~~~~~~~~~~~~~~~^ [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h: In member function 'virtual void FormatAnalyzer::OnFormatMessage(FormatState&, FormatEvent, LuaSyntaxNode, const LuaSyntaxTree&)': [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:24:47: warning: unused parameter 'f' [-Wunused-parameter] [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 24 | virtual void OnFormatMessage(FormatState &f, FormatEvent event, LuaSyntaxNode syntaxNode, const LuaSyntaxTree &t){}; [INFO] [stderr] warning: emmylua_codestyle@0.6.0: | ~~~~~~~~~~~~~^ [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:24:62: warning: unused parameter 'event' [-Wunused-parameter] [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 24 | virtual void OnFormatMessage(FormatState &f, FormatEvent event, LuaSyntaxNode syntaxNode, const LuaSyntaxTree &t){}; [INFO] [stderr] warning: emmylua_codestyle@0.6.0: | ~~~~~~~~~~~~^~~~~ [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:24:83: warning: unused parameter 'syntaxNode' [-Wunused-parameter] [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 24 | virtual void OnFormatMessage(FormatState &f, FormatEvent event, LuaSyntaxNode syntaxNode, const LuaSyntaxTree &t){}; [INFO] [stderr] warning: emmylua_codestyle@0.6.0: | ~~~~~~~~~~~~~~^~~~~~~~~~ [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:24:116: warning: unused parameter 't' [-Wunused-parameter] [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 24 | virtual void OnFormatMessage(FormatState &f, FormatEvent event, LuaSyntaxNode syntaxNode, const LuaSyntaxTree &t){}; [INFO] [stderr] warning: emmylua_codestyle@0.6.0: | ~~~~~~~~~~~~~~~~~~~~~^ [INFO] [stderr] warning: emmylua_codestyle@0.6.0: In file included from 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/FormatState.h:3, [INFO] [stderr] warning: emmylua_codestyle@0.6.0: from 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/FormatBuilder.h:4, [INFO] [stderr] warning: emmylua_codestyle@0.6.0: from 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/RangeFormat/RangeFormatBuilder.h:3, [INFO] [stderr] warning: emmylua_codestyle@0.6.0: from 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/RangeFormat/RangeFormatBuilder.cpp:1: [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h: In member function 'virtual void FormatAnalyzer::ComplexAnalyze(FormatState&, const LuaSyntaxTree&)': [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:20:46: warning: unused parameter 'f' [-Wunused-parameter] [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 20 | virtual void ComplexAnalyze(FormatState &f, const LuaSyntaxTree &t){}; [INFO] [stderr] warning: emmylua_codestyle@0.6.0: | ~~~~~~~~~~~~~^ [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:20:70: warning: unused parameter 't' [-Wunused-parameter] [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 20 | virtual void ComplexAnalyze(FormatState &f, const LuaSyntaxTree &t){}; [INFO] [stderr] warning: emmylua_codestyle@0.6.0: | ~~~~~~~~~~~~~~~~~~~~~^ [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h: In member function 'virtual void FormatAnalyzer::OnFormatMessage(FormatState&, FormatEvent, LuaSyntaxNode, const LuaSyntaxTree&)': [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:24:47: warning: unused parameter 'f' [-Wunused-parameter] [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 24 | virtual void OnFormatMessage(FormatState &f, FormatEvent event, LuaSyntaxNode syntaxNode, const LuaSyntaxTree &t){}; [INFO] [stderr] warning: emmylua_codestyle@0.6.0: | ~~~~~~~~~~~~~^ [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:24:62: warning: unused parameter 'event' [-Wunused-parameter] [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 24 | virtual void OnFormatMessage(FormatState &f, FormatEvent event, LuaSyntaxNode syntaxNode, const LuaSyntaxTree &t){}; [INFO] [stderr] warning: emmylua_codestyle@0.6.0: | ~~~~~~~~~~~~^~~~~ [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:24:83: warning: unused parameter 'syntaxNode' [-Wunused-parameter] [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 24 | virtual void OnFormatMessage(FormatState &f, FormatEvent event, LuaSyntaxNode syntaxNode, const LuaSyntaxTree &t){}; [INFO] [stderr] warning: emmylua_codestyle@0.6.0: | ~~~~~~~~~~~~~~^~~~~~~~~~ [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:24:116: warning: unused parameter 't' [-Wunused-parameter] [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 24 | virtual void OnFormatMessage(FormatState &f, FormatEvent event, LuaSyntaxNode syntaxNode, const LuaSyntaxTree &t){}; [INFO] [stderr] warning: emmylua_codestyle@0.6.0: | ~~~~~~~~~~~~~~~~~~~~~^ [INFO] [stderr] warning: emmylua_codestyle@0.6.0: In file included from 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/FormatState.h:3, [INFO] [stderr] warning: emmylua_codestyle@0.6.0: from 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/FormatBuilder.h:4, [INFO] [stderr] warning: emmylua_codestyle@0.6.0: from 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/TypeFormat/LuaTypeFormat.h:3, [INFO] [stderr] warning: emmylua_codestyle@0.6.0: from 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/TypeFormat/LuaTypeFormat.cpp:1: [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h: In member function 'virtual void FormatAnalyzer::ComplexAnalyze(FormatState&, const LuaSyntaxTree&)': [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:20:46: warning: unused parameter 'f' [-Wunused-parameter] [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 20 | virtual void ComplexAnalyze(FormatState &f, const LuaSyntaxTree &t){}; [INFO] [stderr] warning: emmylua_codestyle@0.6.0: | ~~~~~~~~~~~~~^ [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:20:70: warning: unused parameter 't' [-Wunused-parameter] [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 20 | virtual void ComplexAnalyze(FormatState &f, const LuaSyntaxTree &t){}; [INFO] [stderr] warning: emmylua_codestyle@0.6.0: | ~~~~~~~~~~~~~~~~~~~~~^ [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h: In member function 'virtual void FormatAnalyzer::OnFormatMessage(FormatState&, FormatEvent, LuaSyntaxNode, const LuaSyntaxTree&)': [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:24:47: warning: unused parameter 'f' [-Wunused-parameter] [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 24 | virtual void OnFormatMessage(FormatState &f, FormatEvent event, LuaSyntaxNode syntaxNode, const LuaSyntaxTree &t){}; [INFO] [stderr] warning: emmylua_codestyle@0.6.0: | ~~~~~~~~~~~~~^ [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:24:62: warning: unused parameter 'event' [-Wunused-parameter] [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 24 | virtual void OnFormatMessage(FormatState &f, FormatEvent event, LuaSyntaxNode syntaxNode, const LuaSyntaxTree &t){}; [INFO] [stderr] warning: emmylua_codestyle@0.6.0: | ~~~~~~~~~~~~^~~~~ [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:24:83: warning: unused parameter 'syntaxNode' [-Wunused-parameter] [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 24 | virtual void OnFormatMessage(FormatState &f, FormatEvent event, LuaSyntaxNode syntaxNode, const LuaSyntaxTree &t){}; [INFO] [stderr] warning: emmylua_codestyle@0.6.0: | ~~~~~~~~~~~~~~^~~~~~~~~~ [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzer.h:24:116: warning: unused parameter 't' [-Wunused-parameter] [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 24 | virtual void OnFormatMessage(FormatState &f, FormatEvent event, LuaSyntaxNode syntaxNode, const LuaSyntaxTree &t){}; [INFO] [stderr] warning: emmylua_codestyle@0.6.0: | ~~~~~~~~~~~~~~~~~~~~~^ [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/TypeFormat/LuaTypeFormat.cpp: In member function 'void LuaTypeFormat::FixIndent(std::size_t, std::size_t, const LuaSyntaxTree&, LuaStyle&)': [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/TypeFormat/LuaTypeFormat.cpp:200:43: warning: unused parameter 'line' [-Wunused-parameter] [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 200 | void LuaTypeFormat::FixIndent(std::size_t line, std::size_t character, const LuaSyntaxTree &t, LuaStyle &style) { [INFO] [stderr] warning: emmylua_codestyle@0.6.0: | ~~~~~~~~~~~~^~~~ [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/TypeFormat/LuaTypeFormat.cpp:200:61: warning: unused parameter 'character' [-Wunused-parameter] [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 200 | void LuaTypeFormat::FixIndent(std::size_t line, std::size_t character, const LuaSyntaxTree &t, LuaStyle &style) { [INFO] [stderr] warning: emmylua_codestyle@0.6.0: | ~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/TypeFormat/LuaTypeFormat.cpp:200:93: warning: unused parameter 't' [-Wunused-parameter] [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 200 | void LuaTypeFormat::FixIndent(std::size_t line, std::size_t character, const LuaSyntaxTree &t, LuaStyle &style) { [INFO] [stderr] warning: emmylua_codestyle@0.6.0: | ~~~~~~~~~~~~~~~~~~~~~^ [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/TypeFormat/LuaTypeFormat.cpp:200:106: warning: unused parameter 'style' [-Wunused-parameter] [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 200 | void LuaTypeFormat::FixIndent(std::size_t line, std::size_t character, const LuaSyntaxTree &t, LuaStyle &style) { [INFO] [stderr] warning: emmylua_codestyle@0.6.0: | ~~~~~~~~~~^~~~~ [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/TypeFormat/LuaTypeFormat.cpp: In member function 'void LuaTypeFormat::FixEndIndent(std::size_t, std::size_t)': [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/TypeFormat/LuaTypeFormat.cpp:203:46: warning: unused parameter 'line' [-Wunused-parameter] [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 203 | void LuaTypeFormat::FixEndIndent(std::size_t line, std::size_t character) { [INFO] [stderr] warning: emmylua_codestyle@0.6.0: | ~~~~~~~~~~~~^~~~ [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 3rd/EmmyLuaCodeStyle/CodeFormatCore/src/TypeFormat/LuaTypeFormat.cpp:203:64: warning: unused parameter 'character' [-Wunused-parameter] [INFO] [stderr] warning: emmylua_codestyle@0.6.0: 203 | void LuaTypeFormat::FixEndIndent(std::size_t line, std::size_t character) { [INFO] [stderr] warning: emmylua_codestyle@0.6.0: | ~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] Documenting emmylua_codestyle v0.6.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/emmylua_codestyle/index.html [INFO] running `Command { std: "docker" "inspect" "e3237e4c7313bf60ef3218a5a3c4cfa819998627c66847ae5e2d8e96eb6711ec", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e3237e4c7313bf60ef3218a5a3c4cfa819998627c66847ae5e2d8e96eb6711ec", kill_on_drop: false }` [INFO] [stdout] e3237e4c7313bf60ef3218a5a3c4cfa819998627c66847ae5e2d8e96eb6711ec