mycoboco / beluga

a standard C compiler (with an integrated preprocessor)
http://code.woong.org/beluga
Other
65 stars 8 forks source link

clean up uses of diagds #107

Closed mycoboco closed 6 years ago

mycoboco commented 6 years ago

A sole use of -Wtoken-paste-order does not enable the target warning. diagds to control the warning is defined as

diagds = (err_level > 1);
mycoboco commented 6 years ago

Avoid exporting wlevm because its encoding is not simple anymore.

mycoboco commented 6 years ago

On the other hand, making a reference to mcr from err seems inappropriate.