Displaying 2 results from an estimated 2 matches for "docutmented".
Did you mean:
documented
2002 Jan 04
2
Fax from Widows
Hey Guys
We've been using the respond program with SMB fax services and it's worked pretty good.
But I have one need which is not addressed by this software, which I'm hoping maybe
I can pay someone to hack into the windows code.
I need Respond to send a cover letter prior to being sent out, independent of the program queueing
the print job in windows. I was thinking I might be
2020 Jun 04
4
clang 10 -Wimplicit-fallthrough
Hi.
I upgraded my main build host and the clang -Werror builds started
failing.
This is because clang 10's -Wimplicit-fallthrough doesn't understand
/* FALLTHROUGH */ but rather requires __attribute__((fallthrough)):
clang -Wall -O2 [...] -Wimplicit-fallthrough [...] -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -DHAVE_CONFIG_H -c /openbsd-compat/base64.c