Menu

#9 Better prototyping of errmsg

1.0
open
nobody
None
2019-11-03
2019-11-03
No

Change [a712d2] resolved an undeclared function warning. However, it hardcoded the prototype for a function that is actually declared elsewhere. Saner (and the way it's done in all other source files that call this function) would be to #include the header that has it (utils.h), which entails also adding -I../src to CFLAGS in Makefile.

Related

Commit: [a712d2]

Discussion

Anonymous
Anonymous

Add attachments
Cancel