about summary refs log tree commit diff
path: root/pkgs/test/make-binary-wrapper
diff options
context:
space:
mode:
authorNaïm Favier <n@monade.li>2022-05-06 15:03:08 +0200
committerNaïm Favier <n@monade.li>2022-05-06 16:12:57 +0200
commit42a4c05dd092e379c57eefb174bb1a5fea90b92a (patch)
tree6992e867d7bc70df95fce85d6cd3aaf1fc764c55 /pkgs/test/make-binary-wrapper
parent8ad52489e972c2fa8dbba5f9af5e13178973f2f4 (diff)
makeBinaryWrapper: add -Wno-overlength-strings
The generated C code contains large string literals that are longer than
the maximum length specified by the standard.

However, GCC has no trouble dealing with those strings, so we can just
add -Wno-overlength-strings.

https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Woverlength-strings
Diffstat (limited to 'pkgs/test/make-binary-wrapper')
0 files changed, 0 insertions, 0 deletions