Skip to content
This repository has been archived by the owner on Mar 9, 2022. It is now read-only.

Fix one static analyzer issue and three warnings #76

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

tciuro
Copy link

@tciuro tciuro commented Feb 9, 2014

Hi Jens,

I just cleaned a couple issues I found:

Static analyzer issue:

/CouchCocoa/Couch/CouchQuery.m:114:9: Value argument to 'setObject:forKey:' cannot be nil

Warning:

implicit conversion from enumeration type 'enum NSJSONReadingOptions' to different enumeration type 'NSJSONWritingOptions' (aka 'enum NSJSONWritingOptions')

-- Tito

…ions' to different enumeration type 'NSJSONWritingOptions' (aka 'enum NSJSONWritingOptions')
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants