clang port

This commit is contained in:
Matej Sekoranja
2014-08-13 23:49:18 +02:00
parent 5d8c723227
commit 85db68a1ea
17 changed files with 199 additions and 258 deletions

View File

@@ -2998,7 +2998,7 @@ namespace epics {
public:
TransportSenderForTestEnqueueSendRequestExceptionThrown(
TestCodec & codec): _codec(codec) {}
TestCodec & /*codec*/)/*: _codec(codec)*/ {}
void unlock() {
}
@@ -3019,7 +3019,7 @@ namespace epics {
}
private:
TestCodec &_codec;
//TestCodec &_codec;
};