Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typo #1552

Merged
merged 1 commit into from
Nov 6, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fix typo
JCGoran committed Nov 6, 2024
commit 30b386e8e93d5f5dc476e782c8b717ae25239e6b
3 changes: 1 addition & 2 deletions src/codegen/codegen_cpp_visitor.cpp
Original file line number Diff line number Diff line change
@@ -1477,8 +1477,7 @@ void CodegenCppVisitor::setup(const Program& node) {
}

if (!info.vectorize) {
logger->warn(
"CodegenCoreneuronCppVisitor : MOD file uses non-thread safe constructs of NMODL");
logger->warn("CodegenCppVisitor : MOD file uses non-thread safe constructs of NMODL");
}

codegen_float_variables = get_float_variables();

Unchanged files with check annotations Beta

return fmt::format("_ppvar[{}]", position);
}
if (use_instance) {
return fmt::format("(*inst.{}[id])", name);

Check warning on line 757 in src/codegen/codegen_neuron_cpp_visitor.cpp

GitHub Actions / { "flag_warnings": "ON", "os": "ubuntu-22.04", "sanitizer": "undefined" }

lambda capture 'this' is not used [-Wunused-lambda-capture]
}