Page MenuHomeWildfire Games

Rename requires to required in Hotkey.*
ClosedPublic

Authored by phosit on Aug 17 2023, 6:58 PM.

Details

Summary

requires is a keywork in C++20.

Test Plan

compile the game.

Diff Detail

Repository
rP 0 A.D. Public Repository
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

phosit created this revision.Aug 17 2023, 6:58 PM

Successful build - Chance fights ever on the side of the prudent.

Link to build: https://jenkins.wildfiregames.com/job/vs2015-differential/8302/display/redirect

Build failure - The Moirai have given mortals hearts that can endure.

Link to build: https://jenkins.wildfiregames.com/job/macos-differential/7213/display/redirect

Successful build - Chance fights ever on the side of the prudent.

builderr-release-gcc7.txt
In member function 'void CInput::UpdateText(int, int, int)':
cc1plus: warning: 'void* __builtin_memset(void*, int, long unsigned int)': specified size 18446744073709551612 exceeds maximum object size 9223372036854775807 [-Wstringop-overflow=]

Link to build: https://jenkins.wildfiregames.com/job/docker-differential/8884/display/redirect

phosit requested review of this revision.Aug 17 2023, 7:24 PM
This revision is now accepted and ready to land.Aug 18 2023, 7:50 PM
This revision was landed with ongoing or failed builds.Aug 23 2023, 2:24 PM
This revision was automatically updated to reflect the committed changes.