8000 Fix type mismatch by michaelortmann · Pull Request #1810 · eggheads/eggdrop · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Fix type mismatch #1810

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

8000
Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

michaelortmann
Copy link
Member

Found by: michaelortmann
Patch by: michaelortmann
Fixes:

One-line summary:

Additional description (if needed):
Fixes the following compiler warning:

modules.c:98:13: warning: type of 'argv0' does not match original declaration [-Wlto-type-mismatch]
   98 | extern char argv0;
      |             ^
./main.c:86:7: note: 'argv0' was previously declared here
   86 | char *argv0;
      |       ^

Test cases demonstrating functionality (if applicable):

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
0