Skip to content

variable shadowing member #10

@siliconvoodoo

Description

@siliconvoodoo

smmalloc.cpp line 269

size_t bucketSizeInBytes = GetBucketSizeInBytesByIndex(i);

gives a compiler warning because it redeclares and shadows a member variable.
the program intent is unclear, so the original author should fix that.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions