Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing build #124

Closed
wants to merge 2 commits into from
Closed

Fixing build #124

wants to merge 2 commits into from

Conversation

phalcon
Copy link

@phalcon phalcon commented Mar 23, 2014

Build is failing due to an unused variable in json_tokener:

libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wall -Werror -Wextra -Wwrite-strings -Wno-unused-parameter -std=gnu99 -D_GNU_SOURCE -D_REENTRANT -g -O2 -MT json_tokener.lo -MD -MP -MF .deps/json_tokener.Tpo -c json_tokener.c  -fPIC -DPIC -o .libs/json_tokener.o
json_tokener.c: In function ‘json_tokener_parse_ex’:
json_tokener.c:345:6: error: variable ‘size’ set but not used [-Werror=unused-but-set-variable]
cc1: all warnings being treated as errors

@Swader
Copy link

Swader commented Apr 16, 2014

+1

@hawicz
Copy link
Member

hawicz commented Apr 20, 2014

merged from a different pull request

@hawicz hawicz closed this Apr 20, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants