Artifact f1e270d342bf15e65407f2498cfc130109882bcebe9261020f2be13dad8c5b15:
- File
src/OFOptionsParser.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: 6488) [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: 6488) [annotate] [blame] [check-ins using]
-
2017-05-07 20:10:13
— part of check-in
[4af49a13c3]
on branch trunk
— Small code style change