Skip to content

Conversation

@ion1
Copy link

@ion1 ion1 commented Sep 25, 2024

  • Remove -Werror from cc-options

    Currently the build with -Werror fails on my system due to a redundant -L path:

    error: clang: error: argument unused during compilation: '-LD:\ghcup\ghc\9.4.8\lib\../mingw/lib' [-Werror,-Wunused-command-line-argument]

    Future versions of compilers may break the build with -Werror again just by introducing new warnings.

  • Upgrade to singletons 3.0


This change is Reviewable

Future versions of compilers may break the current code just by
introducing new warnings.

This happened with -Wunused-command-line-argument and redundant
-L parameters to the C compiler.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant