mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-05-15 15:55:35 +02:00
refactored to take out repetitive code, need to adjust for slsMulti and slsFrameSync
This commit is contained in:
@@ -240,7 +240,7 @@ int main(int argc, char *argv[]) {
|
||||
case 't':
|
||||
LOG(sls::logWARNING)
|
||||
<< "Deprecated option. Please use 'p' or '--port'.";
|
||||
//[[fallthrough]]; TODO: for when we update to c++17
|
||||
[[fallthrough]];
|
||||
case 'p':
|
||||
try {
|
||||
startPort = sls::StringTo<uint16_t>(optarg);
|
||||
|
||||
Reference in New Issue
Block a user