ObjFW  Check-in [8fb566e562]

Overview
Comment:Add -Wno-objc-root-class to Xcode project.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 8fb566e562de2c6b5bdaeed5e10307bd80ad526694ea0cde2b897780a2b36482
User & Date: js on 2013-02-12 19:59:17
Other Links: manifest | tags
Context
2013-02-13
23:10
Don't cache the description of exceptions. check-in: d9ddc4d06e user: js tags: trunk
2013-02-12
19:59
Add -Wno-objc-root-class to Xcode project. check-in: 8fb566e562 user: js tags: trunk
18:22
Prefix all ivars with an underscore. check-in: e40729d406 user: js tags: trunk
Changes

Modified ObjFW.xcodeproj/project.pbxproj from [9d58733640] to [58c2011970].

1933
1934
1935
1936
1937
1938
1939

1940
1941
1942
1943
1944
1945
1946
				WARNING_CFLAGS = (
					"-Wall",
					"-Werror",
					"-Wshorten-64-to-32",
					"-Wwrite-strings",
					"-Wcast-align",
					"-Wpointer-arith",

				);
			};
			name = Debug;
		};
		1DEB919508733D9F0010E9CD /* Release */ = {
			isa = XCBuildConfiguration;
			buildSettings = {







>







1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
				WARNING_CFLAGS = (
					"-Wall",
					"-Werror",
					"-Wshorten-64-to-32",
					"-Wwrite-strings",
					"-Wcast-align",
					"-Wpointer-arith",
					"-Wno-objc-root-class",
				);
			};
			name = Debug;
		};
		1DEB919508733D9F0010E9CD /* Release */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
1959
1960
1961
1962
1963
1964
1965

1966
1967
1968
1969
1970
1971
1972
				WARNING_CFLAGS = (
					"-Wall",
					"-Werror",
					"-Wshorten-64-to-32",
					"-Wwrite-strings",
					"-Wcast-align",
					"-Wpointer-arith",

				);
			};
			name = Release;
		};
		4B187E20163EA29F0049A832 /* Debug */ = {
			isa = XCBuildConfiguration;
			buildSettings = {







>







1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
				WARNING_CFLAGS = (
					"-Wall",
					"-Werror",
					"-Wshorten-64-to-32",
					"-Wwrite-strings",
					"-Wcast-align",
					"-Wpointer-arith",
					"-Wno-objc-root-class",
				);
			};
			name = Release;
		};
		4B187E20163EA29F0049A832 /* Debug */ = {
			isa = XCBuildConfiguration;
			buildSettings = {