]> git.ipfire.org Git - thirdparty/mdadm.git/commit
Do not confuse gcc
authorJes Sorensen <jsorensen@fb.com>
Tue, 29 May 2018 19:52:48 +0000 (15:52 -0400)
committerJes Sorensen <jsorensen@fb.com>
Tue, 29 May 2018 19:52:48 +0000 (15:52 -0400)
commit760365f94409ccccbcb54d55070f0f422bee44a1
tree10ac74e08ff2783be4cf2f7fa34c6189cffc2e3d
parent3e684231ebe10c08e7cf23743d4516f707e605a2
Do not confuse gcc

gcc-8.1's -Werror=stringop-truncation is easily confused. Rather than
disabling the check, make it explicit we are OK truncating here.

Signed-off-by: Jes Sorensen <jsorensen@fb.com>
super-intel.c