ObjFW  Check-in [fee9c3ebb8]

Overview
Comment:configure: Extend check for broken -Wdocumentation
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: fee9c3ebb8a49d1ff2c24e6428b1b059ade30d54238dd2320d0ba73b0bd1490e
User & Date: js on 2021-08-14 20:44:06
Other Links: manifest | tags
Context
2021-08-31
21:36
Add initial objfw.spec check-in: 7aaddd545b user: js tags: trunk
2021-08-14
20:44
configure: Extend check for broken -Wdocumentation check-in: fee9c3ebb8 user: js tags: trunk
2021-08-09
16:41
OFStreamTests: Work around Apple GCC 4.0.1 bug check-in: 826147d4e9 user: js tags: trunk
Changes

Modified configure.ac from [fb7c6918bc] to [b5de29ccd2].

1830
1831
1832
1833
1834
1835
1836





1837
1838
1839
1840
1841
1842
1843
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848







+
+
+
+
+







			#ifdef __has_attribute
			# if __has_attribute(objc_root_class)
			__attribute__((__objc_root_class__))
			# endif
			#endif
			@interface Test
			@end

			/**
			 * @struct Foo conftest.m conftest.m
			 */
			typedef struct {} Foo;
		])
	], [
		AC_MSG_RESULT(yes)
	], [
		AC_MSG_RESULT(no)
		OBJCFLAGS="$old_OBJCFLAGS"
	])