Skip to content

Fix for unused argument warning#1

Open
dmbasso wants to merge 1 commit intoslideinc:masterfrom
dmbasso:master
Open

Fix for unused argument warning#1
dmbasso wants to merge 1 commit intoslideinc:masterfrom
dmbasso:master

Conversation

@dmbasso
Copy link

@dmbasso dmbasso commented Sep 15, 2013

The asserts are removed when compiling in non-debug mode, leading to some warnings of the form:

seccure/ecc.c: In function ‘point_decompress’:
seccure/ecc.c:111:12: error: variable ‘rc’ set but not used [-Werror=unused-but-set-variable]

The intended behavior seems to be to abort the process, so this patch does that.

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.

1 participant