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

Fix uninitialized variable warning #2465

Merged

Conversation

RolfRolles
Copy link
Contributor

The interface/lattice{1,2,3} tests otherwise fail on MSVC in debug mode due to "Run-Time Check Failure #3 - The variable 'changed' is being used without being initialized."

The interface/lattice{1,2,3} tests otherwise fail on MSVC in debug mode due
to "Run-Time Check Failure souffle-lang#3 - The variable 'changed' is being used without
being initialized."
Copy link

codecov bot commented Dec 23, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (9ac6b24) 78.18% compared to head (35eb990) 78.18%.
Report is 1 commits behind head on master.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #2465   +/-   ##
=======================================
  Coverage   78.18%   78.18%           
=======================================
  Files         486      486           
  Lines       32422    32423    +1     
=======================================
+ Hits        25349    25350    +1     
  Misses       7073     7073           
Files Coverage Δ
src/ast/transform/InsertLatticeOperations.cpp 95.53% <100.00%> (+0.02%) ⬆️

@quentin quentin merged commit 4b4a255 into souffle-lang:master Dec 23, 2023
30 checks passed
@quentin
Copy link
Member

quentin commented Dec 23, 2023

Thanks for the fix!

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

Successfully merging this pull request may close these issues.

2 participants