parse-community / parse-embedded-sdks

The Embedded SDKs for the Parse Platform
http://parseplatform.org
Other
246 stars 118 forks source link

fix non-constraint parse query #8

Closed ronaldyang closed 9 years ago

ronaldyang commented 9 years ago

Make Arduino Yun SDK support non-constraint parse query

mtl2034 commented 9 years ago

src/parse_request.c:34:1: error: unknown type name 'bool' src/parse_request.c:34:16: error: 'false' undeclared here (not in a function) src/parse_request.c: In function 'arduinoQueryHandler': src/parse_request.c:60:12: warning: assignment makes pointer from integer without a cast [enabled by default] src/parse_request.c: In function 'main': src/parse_request.c:140:17: error: 'true' undeclared (first use in this function) src/parse_request.c:140:17: note: each undeclared identifier is reported only once for each function it appears in

ronaldyang commented 9 years ago

Discussed offline and figure out an alternative way to fix this problem. Will re-submit a different pull request.