Skip to content
This repository was archived by the owner on Jan 28, 2023. It is now read-only.

Fix compiling warnings and errors on Linux. #223

Merged
merged 1 commit into from
Aug 5, 2019
Merged

Fix compiling warnings and errors on Linux. #223

merged 1 commit into from
Aug 5, 2019

Conversation

coxuintel
Copy link
Contributor

Below warnings and errors are fixed:
-Wmaybe-uninitialized in gpa_space_write_data().
-Wmultistatement-macros of macro VMREAD_SEG.
-Wparentheses of macro WRITE_CONTROLS.
-Wdeclaration-after-statement in handle_cpuid_virtual();
-Wunused-label in exit_ept_violation().
Conflict X86_FEATURE_x definition in cpuid.h and cpufeatures.h.

Signed-off-by: Colin Xu [email protected]

Below warnings and errors are fixed:
-Wmaybe-uninitialized in gpa_space_write_data().
-Wmultistatement-macros of macro VMREAD_SEG.
-Wparentheses of macro WRITE_CONTROLS.
-Wdeclaration-after-statement in handle_cpuid_virtual();
-Wunused-label in exit_ept_violation().
Conflict X86_FEATURE_x definition in cpuid.h and cpufeatures.h.

Signed-off-by: Colin Xu <[email protected]>
@HaxmCI HaxmCI added CI:Build Pass CI:Build Pass CI:Mac Test Pass CI:Mac Test Pass labels Jul 25, 2019
@wcwang wcwang merged commit be7b3c6 into intel:master Aug 5, 2019
@coxuintel coxuintel deleted the linux_build branch December 30, 2019 01:11
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
CI:Build Pass CI:Build Pass CI:Mac Test Pass CI:Mac Test Pass
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants