Skip to content

Conversation

edwarddavidbaker
Copy link

This commit addresses the following warning. Closes #80.

warning: field 'NodesPerTable' will be initialized after field 'TTType' [-Wreorder-ctor]
TranslationTable/../TranslationTable/GmmUmdTranslationTable.h:456:13:
            NodesPerTable(Size / PAGE_SIZE),
            ^

This commit addresses the following warning. Closes intel#80.
warning: field 'NodesPerTable' will be initialized after field 'TTType' [-Wreorder-ctor]
TranslationTable/../TranslationTable/GmmUmdTranslationTable.h:456:13:
            NodesPerTable(Size / PAGE_SIZE),
            ^
@edwarddavidbaker
Copy link
Author

Fixed in 44f6c46 .

@edwarddavidbaker edwarddavidbaker deleted the nodespertable-init-order branch March 9, 2021 19:22
VPG-SWE-Github pushed a commit that referenced this pull request Dec 8, 2021
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.

GmmUmdTranslationTable initialize NodesPerTable in order
1 participant