-
-
Notifications
You must be signed in to change notification settings - Fork 622
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
Ros refactored #893
Ros refactored #893
Conversation
… into ros_refactored
format_string : | ||
"None")); | ||
|
||
QPushButton* abortButton = msgBox.addButton(QMessageBox::Ok); |
Check notice
Code scanning / CodeQL
Unused local variable Note
/* | ||
template <typename RangeTy> | ||
explicit SmallVector(const llvm_vecsmall::iterator_range<RangeTy> &R) | ||
: SmallVectorImpl<T>(N) { | ||
this->append(R.begin(), R.end()); | ||
} | ||
*/ |
Check notice
Code scanning / CodeQL
Commented-out code Note
// thread_local std::vector<uint8_t> tmp; | ||
// _cdr->deserialize(tmp); | ||
// return {tmp.data(), tmp.size()}; |
Check notice
Code scanning / CodeQL
Commented-out code Note
// void CreateStringFromTreeLeaf(const FieldTreeLeaf &leaf, bool skip_root, std::string& | ||
// out) | ||
//{ | ||
// const FieldTreeNode* leaf_node = leaf.node_ptr; | ||
// if( !leaf_node ){ | ||
// out.clear(); | ||
// return ; | ||
// } | ||
// const FieldTreeNode* leaf_node = leaf.node_ptr; | ||
// if( !leaf_node ){ | ||
// out.clear(); | ||
// return ; | ||
// } |
Check notice
Code scanning / CodeQL
Commented-out code Note
.arg(column_names.size()) | ||
.arg(string_items.size())); | ||
|
||
QPushButton* abortButton = msgBox.addButton(QMessageBox::Ok); |
Check notice
Code scanning / CodeQL
Unused local variable Note
No description provided.