-
-
Notifications
You must be signed in to change notification settings - Fork 230
Open
Labels
buildBuild system and compiler issuesBuild system and compiler issuesgood first issueGood for newcomersGood for newcomershousekeepingTidying and style improvementsTidying and style improvementspythonPull requests that update Python codePull requests that update Python code
Description
Summarize the issue
Further use of strict compiler flags across the CI led to a number of -Wsign-compare errors being triggered when building the Python bindings.
These are currently being ignored:
and should be fixed.
How to reproduce the bug
Remove -Wno-sign-compare from python/CMakeLists.txt and build DOLFINx Python bindings in Developer mode
Minimal Example (Python)
Output (Python)
Version
main branch
DOLFINx git commit
No response
Installation
No response
Additional information
No response
Metadata
Metadata
Assignees
Labels
buildBuild system and compiler issuesBuild system and compiler issuesgood first issueGood for newcomersGood for newcomershousekeepingTidying and style improvementsTidying and style improvementspythonPull requests that update Python codePull requests that update Python code