Closed arhuaco closed 4 years ago
Warnings in Typestring constuctors are verbose. They appear when compiling with -Wextra. Let's tell the compiler the parameters will not be used.
Thanks for bringing this up! I am unsure however, whether misleading the compiler to silence the warnings here, is the best way to go. I will look into this.
Thanks for looking into it. Best regards.
Warnings in Typestring constuctors are verbose. They appear when compiling with -Wextra. Let's tell the compiler the parameters will not be used.