mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-23 20:01:08 +01:00
tftpd: tests: raise targeted cstd to c11
r358556 added alignas() use to the functional tests, which isn't defined until C11. Raise the -std to C11 to fix the build under freebsd-gcc{6,9}. Reported by: mhorne, Jenkins/CI
This commit is contained in:
parent
3f16af55b2
commit
924e10b809
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=358687
@ -10,5 +10,6 @@ TEST_METADATA.functional+= timeout=15
|
||||
|
||||
LIBADD= util
|
||||
WARNS?= 6
|
||||
CSTD= c11
|
||||
|
||||
.include <bsd.test.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user