ObjFW  Check-in [e47c219327]

Overview
Comment:Disable -Wnullable-to-nonnull-conversion again

It does not work well enough yet: While creating a lot of noise, it
fails to even find many of the obvious cases. Depending on the static
analyzer seems to be the better approach for now.

Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: e47c219327d2243def2806d34888f33a6f8aaf43870c0419fa735f693200a7a4
User & Date: js on 2017-10-01 14:05:29
Other Links: manifest | tags
Context
2017-10-01
18:09
OFTarArchive: Support for star numbers check-in: 6b6856298d user: js tags: trunk
14:05
Disable -Wnullable-to-nonnull-conversion again check-in: e47c219327 user: js tags: trunk
13:43
More nullability and style fixes check-in: 66c29a31f2 user: js tags: trunk
Changes

Modified configure.ac from [94abb5e481] to [8d9285e4df].    [diff]

Modified src/OFApplication.m from [031d2d2246] to [f12746971d].    [diff]

Modified src/OFDate.m from [fde4276673] to [618922b043].    [diff]

Modified src/OFDictionary.m from [20c3611bfd] to [bd2dcff559].    [diff]

Modified src/OFHMAC.m from [fa6e2e00eb] to [298535fc6e].    [diff]

Modified src/OFHTTPClient.m from [f0ee0fc898] to [6841c42cc1].    [diff]

Modified src/OFHTTPCookie.m from [dc41fbd99f] to [13073ad757].    [diff]

Modified src/OFHTTPServer.m from [f5a4b0ce8e] to [1e27dfeb94].    [diff]

Modified src/OFIntrospection.m from [b331601cc7] to [cd2923612d].    [diff]

Modified src/OFMutableString_UTF8.m from [fc29ab31f7] to [4a3385c744].    [diff]

Modified src/OFObject.m from [b2d94e1a72] to [d94672b28e].    [diff]

Modified src/OFOptionsParser.m from [77a19bfe68] to [f1e270d342].    [diff]

Modified src/OFSet.h from [968a9faa33] to [28701b2ea5].    [diff]

Modified src/OFStream.m from [9e8fe0a5ac] to [815f2dd728].    [diff]

Modified src/OFString_UTF8.m from [c4bb148231] to [62af83b584].    [diff]

Modified src/OFTCPSocket.m from [736afef818] to [bfcab86676].    [diff]

Modified src/OFTarArchive.m from [0808282283] to [5865d323f0].    [diff]

Modified src/OFThread.m from [488341d5ad] to [c1e478224c].    [diff]

Modified src/OFXMLAttribute.m from [292617ba84] to [464c2003f8].    [diff]

Modified src/OFXMLElement.m from [8c36bd33b3] to [28440d417d].    [diff]

Modified src/OFXMLElementBuilder.m from [112bbd4243] to [8f1f7d2342].    [diff]

Modified src/OFXMLParser.m from [8522ee412a] to [913f851c54].    [diff]

Modified src/OFZIPArchive.m from [0736b3b069] to [700f57a4db].    [diff]

Modified src/OFZIPArchiveEntry.m from [f6ad079c58] to [c8f541f60e].    [diff]

Modified src/bridge/NSString+OFObject.m from [0a0d7245e4] to [02a295e9aa].    [diff]

Modified src/instance.m from [ba0e2c91f2] to [163d513c31].    [diff]

Modified src/runtime/class.m from [671f7fc3c1] to [d9200138d3].    [diff]

Modified src/runtime/protocol.m from [4d79da63d1] to [74d4f4e6fc].    [diff]

Modified src/runtime/selector.m from [b4ebf0ad92] to [1deeb73a3c].    [diff]

Modified tests/ForwardingTests.m from [89ccb0a706] to [64bebc8dde].    [diff]

Modified tests/OFDictionaryTests.m from [513f38a1a5] to [76bc88ef2a].    [diff]

Modified tests/OFInvocationTests.m from [852b660a9a] to [1bbbdf67b6].    [diff]

Modified tests/OFListTests.m from [8387465471] to [3c7e2e133b].    [diff]