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

Various and small geanygdb fixes #38

Merged
merged 5 commits into from
Jun 9, 2012
Merged

Conversation

b4n
Copy link
Member

@b4n b4n commented Jun 9, 2012

Now is the turn of GeanyGDB in the great Spring Cleanup :)

The patches here fixes various GCC warnings and makes the plugin more C89-compliant (although it still uses snprintf() and various POSIX API).

I'll ping @dmaphy for him to review those too since he's the maintainer of that plugin according to the MAINTAINERS file; but I do the PR here because he doesn't have his own fork.

b4n added 5 commits June 9, 2012 18:35
This doesn't introduce any feature change and only one effective code
change on a tricky (but not strictly speaking wrong) spot.
strtoull() is a C99 function and the result was stored in an int
anyway, so use strtoul() instead.
@ghost ghost assigned dmaphy Jun 9, 2012
dmaphy added a commit that referenced this pull request Jun 9, 2012
Various and small geanygdb fixes
@dmaphy dmaphy merged commit 517cd10 into geany:master Jun 9, 2012
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.

2 participants