Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F109881264
D43235.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
544 B
Referenced Files
None
Subscribers
None
D43235.diff
View Options
diff --git a/tools/build/test-includes/Makefile b/tools/build/test-includes/Makefile
--- a/tools/build/test-includes/Makefile
+++ b/tools/build/test-includes/Makefile
@@ -22,6 +22,10 @@
# Some files have to be clean for extra defines too...
CFLAGS.event.c= -D_WANT_KEVENT32 -D_WANT_FREEBSD11_KEVENT
+# We currently support C89 and newer compilers. Catch the odd little fussy
+# details like __inline that the header files must follow to support C89.
+CFLAGS+=-ansi
+
.include "badfiles.inc"
.for h c in ${HDRS:@x@$x ${x:S,/,_,g:R}.c@}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Feb 11, 5:19 PM (9 h, 47 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16598533
Default Alt Text
D43235.diff (544 B)
Attached To
Mode
D43235: test-includes: Add -ansi to the compile line to catch problems
Attached
Detach File
Event Timeline
Log In to Comment