Albin Ahlbäck
Albin Ahlbäck
> But at first glance, the PR must be incomplete, because `flint.pc.in` is not modified to ensure that `pkg-config --static --libs flint` contains options necessary and sufficient for statically linking...
> * You should read [this](https://people.freedesktop.org/~dbn/pkg-config-guide.html) very short guide to writing correct `.pc` files. In principle, you should be using all of the fields `Cflags`, `Requires`, `Requires.private`, `Libs`, and `Libs.private`....
Thanks for the help, by the way! I appreciate it!
> This looks suboptimal. Exactly what looks suboptimal? > pkg-config comes with its own autoconf macros, why aren't they used? Are you referring to using their macros instead of the...
If we for some reason do not want to remove such parameters, we should make those parameters have the attribute `unused`. This makes it clear in the code that we...
Yeah, sounds like pragmas is the way to go.
This is handled by #2085.
Ah sorry, yes. I updated the description!
The list of unused functions can be found in the description of #2085 along with its compiler messages on the form ```c # pragma message "MYFUNC is currently unused/untested/undocumented!" ```...
I don't know how to finalize the test, this will not pass. I would appreciate some help here.