Skip to content

Commit 034f8f0

Browse files
wiechulasawenzel
authored andcommitted
fix compiler warnings
1 parent b8ec70f commit 034f8f0

File tree

1 file changed

+2
-0
lines changed
  • Detectors/TPC/base/include/TPCBase

1 file changed

+2
-0
lines changed

Detectors/TPC/base/include/TPCBase/Mapper.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,7 @@ class Mapper
271271
break;
272272
}
273273
}
274+
return 0;
274275
}
275276

276277
int getNumberOfPadsInRowSector(int row) const { return mMapNumberOfPadsPerRow[row]; }
@@ -302,6 +303,7 @@ class Mapper
302303
break;
303304
}
304305
}
306+
return 0;
305307
}
306308

307309
/// Convert sector, row, pad to global pad row in sector and pad number

0 commit comments

Comments
 (0)