Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SNOW-2004510: Fix build warnings #1124

Merged
merged 3 commits into from
Mar 27, 2025

Conversation

sfc-gh-pbulawa
Copy link
Collaborator

Description

Fix build warnings

Checklist

  • Code compiles correctly
  • Code is formatted according to Coding Conventions
  • Created tests which fail without the change (if possible)
  • All tests passing (dotnet test)
  • Extended the README / documentation, if necessary
  • Provide JIRA issue id (if possible) or GitHub issue id in PR name

Sorry, something went wrong.

@sfc-gh-pbulawa sfc-gh-pbulawa requested a review from a team as a code owner March 25, 2025 14:59
@sfc-gh-snowflakedb-snyk-sa
Copy link
Contributor

sfc-gh-snowflakedb-snyk-sa commented Mar 25, 2025

🎉 Snyk checks have passed. No issues have been found so far.

security/snyk check is complete. No issues have been found. (View Details)

license/snyk check is complete. No issues have been found. (View Details)

Copy link

codecov bot commented Mar 25, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 86.36%. Comparing base (2128b93) to head (d2c3484).
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1124      +/-   ##
==========================================
+ Coverage   86.25%   86.36%   +0.11%     
==========================================
  Files         132      132              
  Lines       12679    12679              
  Branches     1302     1302              
==========================================
+ Hits        10936    10950      +14     
+ Misses       1417     1405      -12     
+ Partials      326      324       -2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Fix

Verified

This commit was created on github.com and signed with GitHub’s verified signature.
@sfc-gh-pbulawa sfc-gh-pbulawa merged commit 9f0c7a1 into master Mar 27, 2025
63 of 64 checks passed
@sfc-gh-pbulawa sfc-gh-pbulawa deleted the SNOW-2004510-fix-build-warnings branch March 27, 2025 09:32
@github-actions github-actions bot locked and limited conversation to collaborators Mar 27, 2025
@@ -109,7 +109,7 @@ public void TestReadMoreBytesThanBufferSize()
try
{
// An ArgumentException is thrown when 4 bytes is read from a buffer of size 3
_concatStream.Read(buffer, 0, 4);
var readBytes = _concatStream.Read(buffer, 0, 4);

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Isn't this unused?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is, however, if the return of the Read is not assigned to the variable, the compiler complains about it.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants