StanfordPL / x64asm

x86-64 assembler library
Apache License 2.0
470 stars 60 forks source link

Remove ignored qualifiers. #246

Open nlewycky opened 3 years ago

nlewycky commented 3 years ago

GCC 10.2.1 issues -Wignored-qualifiers warnings on the spurious 'const' in these places, which breaks the build when combined with -Werror.