mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-23 10:07:59 +02:00
fixed warnings, back to int warning in debugstream due to 64 bit
This commit is contained in:
@ -87,7 +87,7 @@ protected:
|
||||
m_string.append(p, p + n);
|
||||
|
||||
//changed from uint because of 64 bit
|
||||
unsigned int pos = 0;
|
||||
int pos = 0;
|
||||
|
||||
while (pos != string::npos){
|
||||
pos = m_string.find('\n');
|
||||
|
Reference in New Issue
Block a user