Branch: refs/heads/master
Home: https://github.com/tianocore/edk2
Commit: d347a7e8bc729e51814f9151f43265f76e7268dc
https://github.com/tianocore/edk2/commit/d347a7e8bc729e51814f9151f43265f76e7268dc
Author: Vishal Oliyil Kunnil <[email protected]>
Date: 2025-09-17 (Wed, 17 Sep 2025)
Changed paths:
M BaseTools/Source/C/VfrCompile/Pccts/h/AParser.cpp
M BaseTools/Source/C/VfrCompile/Pccts/h/DLexer.h
M BaseTools/Source/C/VfrCompile/Pccts/h/DLexerBase.cpp
Log Message:
-----------
BaseTools/VfrCompile: Fix compiler warning C++17 does not allow register
The register keyword was deprecated in C++11 and removed in C++17,
which causes multiple compiler warnings when building VfrCompile:
"ISO C++17 does not allow ‘register’ storage class specifier".
Resolve the warnings by removing instances of register keyword.
Signed-off-by: Vishal Oliyil Kunnil <[email protected]>
To unsubscribe from these emails, change your notification settings at
https://github.com/tianocore/edk2/settings/notifications
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits