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

compile error with undeclared variable in strrncmp #2

Closed
Joungkyun opened this issue Mar 6, 2017 · 0 comments
Closed

compile error with undeclared variable in strrncmp #2

Joungkyun opened this issue Mar 6, 2017 · 0 comments
Assignees
Milestone

Comments

@Joungkyun
Copy link
Owner

compile error with follow messages:

libstring.c:1600:23: error: 'a' undeclared (first use in this function)
  s1len = safe_strlen (a);
                       ^
libstring.c:1600:23: note: each undeclared identifier is reported only once for each function it appears in
  s1len = safe_strlen (a);
                       ^
libstring.c:1601:23: error: 'b' undeclared (first use in this function)
  s2len = safe_strlen (b);

This bug does not affect 1.0.0 and before and is related to 01fe66e.

@Joungkyun Joungkyun self-assigned this Mar 6, 2017
@Joungkyun Joungkyun added this to the 1.0.1 milestone Mar 6, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant