diff options
author | walkingeyerobot <mitch@thefoley.net> | 2023-10-26 18:12:34 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-26 15:12:34 -0700 |
commit | e97d53c5fcbb604fc36432df4fc117d13558d7fd (patch) | |
tree | bebdc75a4902f491e5e0557fd38d3994a9ad4822 /CMakeLists.txt | |
parent | 46e554971eb593f9a071b8d9acd8229027b1c374 (diff) | |
download | wabt-e97d53c5fcbb604fc36432df4fc117d13558d7fd.tar.gz wabt-e97d53c5fcbb604fc36432df4fc117d13558d7fd.tar.bz2 wabt-e97d53c5fcbb604fc36432df4fc117d13558d7fd.zip |
Avoid use of `typeof` as argument name (#2314)
While typeof is not a standard c++ keyword, it is in the gnu dialect (i.e. -std=gnu++17). Simply renaming typeof to typeoffunc and TypeOf to TypeOfFunc lets wabt be built with either dialect.
Diffstat (limited to 'CMakeLists.txt')
0 files changed, 0 insertions, 0 deletions