diff options
| author | Wladimir J. van der Laan <[email protected]> | 2020-05-28 19:06:01 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2020-05-28 19:35:42 +0200 |
| commit | 399d84da3708719b063953107bab0f5f6493addb (patch) | |
| tree | fdb2ae28f1fa4df5ce20b99d15ae669a72ddd744 /src/script/script_error.cpp | |
| parent | Merge #18700: Fix locking on WSL using flock instead of fcntl (diff) | |
| download | discoin-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