minor warnings removed

This commit is contained in:
Dhanya Maliakal 2015-09-23 17:01:44 +02:00
parent a770389c90
commit cf787c9e7d

View File

@ -10,9 +10,9 @@
using namespace std;
int dummyCallback(detectorData* d, int p,void*) {
cout << "got data " << p << endl;
}
cout << "got data " << p << endl;
return 0;
};
class multiSlsDetectorClient {