https://bugzilla.redhat.com/show_bug.cgi?id=2301667



--- Comment #8 from Benson Muite <[email protected]> ---
The build is currently failing.

main.c:50:13: error: conflicting types for ‘checkFileExtension’; have
‘void(void)’
   50 | extern void checkFileExtension();
      |             ^~~~~~~~~~~~~~~~~~
In file included from main.c:41:
defs.h:137:6: note: previous declaration of ‘checkFileExtension’ with type
‘void(char *)’
  137 | void checkFileExtension(char *open_file_name);
      |      ^~~~~~~~~~~~~~~~~~
main.c: In function ‘main’:
main.c:654:13: error: too many arguments to function ‘checkFileExtension’;
expected 0, have 1
  654 |             checkFileExtension(open_file_name);
      |             ^~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~
main.c:50:13: note: declared here
   50 | extern void checkFileExtension();
      |             ^~~~~~~~~~~~~~~~~~
make[2]: *** [Makefile:548: mino-main.o] Error 1

See also https://koji.fedoraproject.org/koji/taskinfo?taskID=128192333


-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
https://bugzilla.redhat.com/show_bug.cgi?id=2301667

Report this comment as SPAM: 
https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-spam&short_desc=Report%20of%20Bug%202301667%23c8

-- 
_______________________________________________
package-review mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/[email protected]
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to