summaryrefslogtreecommitdiff
path: root/py/makeqstrdata.py
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2017-10-19 18:57:26 +1100
committerDamien George <damien.p.george@gmail.com>2017-10-19 18:57:26 +1100
commit93ce125abe41b5527eb92e483e64cc6d1a027ba0 (patch)
treeff2005836519574c2bef313fa0ed48a2b35d085d /py/makeqstrdata.py
parentd6bf3658f44e22f06e0d293b8fe0542b57538b4f (diff)
py/argcheck: Remove #if guard around terse error message helper func.
Not all compilers/analysers are smart enough to realise that this function is never called if MICROPY_ERROR_REPORTING is not TERSE, because the logic in the code uses if statements rather than #if to select whether to call this function or not (MSC in debug mode is an example of this, but there are others). So just unconditionally compile this helper function. The code-base anyway relies on the linker to remove unused functions.
Diffstat (limited to 'py/makeqstrdata.py')
0 files changed, 0 insertions, 0 deletions