aboutsummaryrefslogtreecommitdiff
path: root/src/script/script_error.cpp
diff options
context:
space:
mode:
authorWladimir J. van der Laan <[email protected]>2020-05-28 19:06:01 +0200
committerWladimir J. van der Laan <[email protected]>2020-05-28 19:35:42 +0200
commit399d84da3708719b063953107bab0f5f6493addb (patch)
treefdb2ae28f1fa4df5ce20b99d15ae669a72ddd744 /src/script/script_error.cpp
parentMerge #18700: Fix locking on WSL using flock instead of fcntl (diff)
downloaddiscoin-399d84da3708719b063953107bab0f5f6493addb.tar.xz
discoin-399d84da3708719b063953107bab0f5f6493addb.zip
build: Only allow ASCII identifiers
While emoji and other symbols in C++ identifers (as accepted by newer compilers) are fun, they might create confusion during code review, for example because some symbols look very similar. Forbid such extended identifiers for now. This is done by providing `-fno-extended-identifiers`. Thanks to sipa for suggesting this compiler flag.
Diffstat (limited to 'src/script/script_error.cpp')
0 files changed, 0 insertions, 0 deletions