Skip to content

Commit

Permalink
Eliminate warnings from unused variables on platforms that do not sup…
Browse files Browse the repository at this point in the history
…port congestion control algorithm specification
  • Loading branch information
mattrm456 authored May 2, 2024
1 parent 174e5b4 commit 64cf5da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions groups/nts/ntsf/ntsf_system.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1389,6 +1389,7 @@ ntsa::Error System::loadTcpCongestionControlAlgorithmSupport(
}
return ntsa::Error();
#else
result->clear();
return ntsa::Error(ntsa::Error::e_NOT_IMPLEMENTED);
#endif
}
Expand Down

0 comments on commit 64cf5da

Please sign in to comment.