Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content
Snippets Groups Projects
Commit 21bf8782 authored by snuverink_j's avatar snuverink_j
Browse files

Resolve "compiler errors with clang9"

parent 93541f92
No related branches found
No related tags found
1 merge request!417Resolve "parse error in VFFA-1.in"
......@@ -22,26 +22,6 @@
#include "Channels/IndirectChannel.h"
#include <cctype>
// Attribute access table.
// ------------------------------------------------------------------------
namespace {
struct Entry {
const char *name;
double(RBendRep::*get)() const;
void (RBendRep::*set)(double);
};
const Entry entries[] = {
{
"L",
&RBendRep::getElementLength,
&RBendRep::setElementLength
},
{ 0, 0, 0 }
};
}
RBendRep::RBendRep():
RBend(),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment