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

WIP: ZIP Streaming #547

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

WIP: ZIP Streaming #547

wants to merge 1 commit into from

Conversation

metsma
Copy link
Contributor

@metsma metsma commented Jul 25, 2023

IB-7625

Signed-off-by: Raul Metsma [email protected]

@metsma metsma changed the title ZIP Streaming WIP: ZIP Streaming Jul 25, 2023
src/ASiContainer.cpp Fixed Show fixed Hide fixed
src/ASiContainer.cpp Fixed Show fixed Hide fixed
src/ASiContainer.cpp Fixed Show fixed Hide fixed
src/ASiContainer.cpp Fixed Show fixed Hide fixed
src/ASiContainer.cpp Fixed Show fixed Hide fixed
src/ASiContainer.cpp Fixed Show fixed Hide fixed
src/ASiContainer.cpp Fixed Show fixed Hide fixed
Comment on lines +73 to +80
switch(dir)
{
case ios_base::beg:
return seekpos(off, which);
case ios_base::cur:
case ios_base::end:
default: return -1;
}

Check warning

Code scanning / CodeQL

Use of integer where enum is preferred Warning

Enumeration types should be used instead of integers to select from a limited series of choices.
IB-7625

Signed-off-by: Raul Metsma <[email protected]>
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.

1 participant