summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorwalkingeyerobot <mitch@thefoley.net>2023-10-26 18:12:34 -0400
committerGitHub <noreply@github.com>2023-10-26 15:12:34 -0700
commite97d53c5fcbb604fc36432df4fc117d13558d7fd (patch)
treebebdc75a4902f491e5e0557fd38d3994a9ad4822 /CMakeLists.txt
parent46e554971eb593f9a071b8d9acd8229027b1c374 (diff)
downloadwabt-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