[bug] warning in build function in linux #539

Closed
opened 2026-01-29 16:46:56 +00:00 by claunia · 6 comments
Owner

Originally created by @eshandhawan51 on GitHub (Jan 18, 2020).

Please prefix your issue with one of the following: [BUG], [PROPOSAL], [QUESTION].

CCExtractor version (using the --version parameter preferably) : X.X

In raising this issue, I confirm the following (please check boxes, eg [X] - and delete unchecked ones):

  • I have read and understood the contributors guide.
  • I have checked that the bug-fix I am reporting can be replicated, or that the feature I am suggesting isn't already present.
  • I have checked that the issue I'm posting isn't already reported.
  • I have checked that the issue I'm porting isn't already solved and no duplicates exist in closed issues and in opened issues
  • I have checked the pull requests tab for existing solutions/implementations to my issue/suggestion.
  • [ X ] I have used the latest available version of CCExtractor to verify this issue exists.

My familiarity with the project is as follows (check one, eg [X] - and delete unchecked ones):

  • I have never used CCExtractor.
  • I have used CCExtractor just a couple of times.
  • I absolutely love CCExtractor, but have not contributed previously.
  • [X ] I am an active contributor to CCExtractor.

Necessary information

  • Is this a regression (did it work before)? [ ] NO | [ X ] YES - i dont know
  • What platform did you use? [ X ]Linux
  • What were the used arguments? -autoprogram

Video links (replace text below with your links)

Please make the affected input file available for us (no screenshots, those don't help!). Public links to Dropbox, Google Drive, etc, are all fine. If it is not possible to make it available publicly, send us a private invitation (both Dropbox and Google Drive allow that). In this case we will download the file and upload it to the private developer repository.

Do not upload your file to any location that will require us to sign up or endure a wait list, slow downloads, etc. If your upload expires make sure you keep it active somehow (replace links if needed). Keep in mind that while we go over all tickets some may take a few days, and it's important we have the file available when we actually need it.

Additional information

{issue content here, replace this line with your issue content}

PS: Make sure you set an alert in GitHub so you get notifications about your ticket. We may need to ask questions and we do everything inside GitHub's system.

Originally created by @eshandhawan51 on GitHub (Jan 18, 2020). Please prefix your issue with one of the following: [BUG], [PROPOSAL], [QUESTION]. CCExtractor version (using the --version parameter preferably) : **X.X** **In raising this issue, I confirm the following (please check boxes, eg [X] - and delete unchecked ones):** - [x] I have read and understood the [contributors guide](https://github.com/CCExtractor/ccextractor/blob/master/.github/CONTRIBUTING.md). - [ ] I have checked that the bug-fix I am reporting can be replicated, or that the feature I am suggesting isn't already present. - [x] I have checked that the issue I'm posting isn't already reported. - [ ] I have checked that the issue I'm porting isn't already solved and no duplicates exist in [closed issues](https://github.com/CCExtractor/ccextractor/issues?q=is%3Aissue+is%3Aclosed) and in [opened issues](https://github.com/CCExtractor/ccextractor/issues) - [ ] I have checked the pull requests tab for existing solutions/implementations to my issue/suggestion. - [ X ] I have used the latest available version of CCExtractor to verify this issue exists. **My familiarity with the project is as follows (check one, eg [X] - and delete unchecked ones):** - [ ] I have never used CCExtractor. - [ ] I have used CCExtractor just a couple of times. - [ ] I absolutely love CCExtractor, but have not contributed previously. - [X ] I am an active contributor to CCExtractor. **Necessary information** - Is this a regression (did it work before)? [ ] NO | [ X ] YES - i dont know - What platform did you use? [ X ]Linux - What were the used arguments? `-autoprogram` **Video links (replace text below with your links)** Please make the affected input file available for us (no screenshots, those don't help!). Public links to Dropbox, Google Drive, etc, are all fine. If it is not possible to make it available publicly, send us a private invitation (both Dropbox and Google Drive allow that). In this case we will download the file and upload it to the private developer repository. Do *not* upload your file to any location that will require us to sign up or endure a wait list, slow downloads, etc. If your upload expires make sure you keep it active somehow (replace links if needed). Keep in mind that while we go over all tickets some may take a few days, and it's important we have the file available when we actually need it. **Additional information** {issue content here, replace this line with your issue content} PS: Make sure you set an alert in GitHub so you get notifications about your ticket. We may need to ask questions and we do everything inside GitHub's system.
Author
Owner

@eshandhawan51 commented on GitHub (Jan 18, 2020):

./ build error displayed :

./src/lib_ccx/params.c:77:8: warning: implicit declaration of function 'add_word' [-Wimplicit-function-declaration]
if (add_word(list, line) == -1)

@eshandhawan51 commented on GitHub (Jan 18, 2020): ./ build error displayed : ./src/lib_ccx/params.c:77:8: warning: implicit declaration of function 'add_word' [-Wimplicit-function-declaration] if (add_word(list, line) == -1)
Author
Owner

@canihavesomecoffee commented on GitHub (Jan 18, 2020):

A warning is not an error?

@canihavesomecoffee commented on GitHub (Jan 18, 2020): A warning is not an error?
Author
Owner

@eshandhawan51 commented on GitHub (Jan 18, 2020):

I don't know the program is still showing compilation successful, but the message it wasn't there earlier

@eshandhawan51 commented on GitHub (Jan 18, 2020): I don't know the program is still showing compilation successful, but the message it wasn't there earlier
Author
Owner

@canihavesomecoffee commented on GitHub (Jan 18, 2020):

If it's compiling, it's not an error. An error would prevent compilation.

@canihavesomecoffee commented on GitHub (Jan 18, 2020): If it's compiling, it's not an error. An error would prevent compilation.
Author
Owner

@cfsmp3 commented on GitHub (Jan 18, 2020):

@NilsIrl I suspect this is yours :-)

@cfsmp3 commented on GitHub (Jan 18, 2020): @NilsIrl I suspect this is yours :-)
Author
Owner

@NilsIrl commented on GitHub (Jan 18, 2020):

yep, seems to be mine introduce by #1139

@NilsIrl commented on GitHub (Jan 18, 2020): yep, seems to be mine introduce by #1139
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ccextractor#539