summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2018-06-09 13:12:52 +0200
committerFilipe Brandenburger <filbranden@google.com>2018-06-09 21:42:30 +0200
commitb05ecb8cadd8c32d31b1aabcff4e507bd89b5465 (patch)
tree2a4b67e57d84fcb2615ada87b0007dd71fb8f15c /TODO
parentMerge pull request #9240 from poettering/ds-validate (diff)
downloadsystemd-b05ecb8cadd8c32d31b1aabcff4e507bd89b5465.tar.xz
systemd-b05ecb8cadd8c32d31b1aabcff4e507bd89b5465.zip
meson: do not allow bit-shift overflows
The primary motivation is to catch enum values created through a shift that is too big: ../src/test/test-sizeof.c:26:29: error: left shift count >= width of type [-Werror=shift-count-overflow] enum_with_shift = 1 << 32, ^~ cc1: some warnings being treated as errors The compiler will now reject those. This is an alternative to #9224.
Diffstat (limited to 'TODO')
0 files changed, 0 insertions, 0 deletions