Artifact 8f1f7d2342fb6bbf6b260f0235090c61fb3e7fb31754f8d4c63a9ff847563d9b:
- File
src/OFXMLElementBuilder.m
-
2017-05-07 20:10:13
— part of check-in
[4af49a13c3]
on branch trunk
— Small code style change
Casts are now written like types in variable declarations. (user: js, size: 4561) [annotate] [blame] [check-ins using]
-
2017-10-01 14:05:29
— part of check-in
[e47c219327]
on branch trunk
— 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. (user: js, size: 4561) [annotate] [blame] [check-ins using]
-
2017-05-07 20:10:13
— part of check-in
[4af49a13c3]
on branch trunk
— Small code style change