Skip to content

Enable warnings as error on Linux - #85

Merged
Jacek Czerwonka (jaccz) merged 1 commit into
microsoft:mainfrom
bhardwajs:linux_werror
Mar 30, 2022
Merged

Enable warnings as error on Linux#85
Jacek Czerwonka (jaccz) merged 1 commit into
microsoft:mainfrom
bhardwajs:linux_werror

Conversation

@bhardwajs

@bhardwajs Sumit Bhardwaj (bhardwajs) commented Mar 30, 2022

Copy link
Copy Markdown
Contributor

This commit increases warning level and enables warnings as error on Linux build. Doing this pointed out several cases of sign mismatches, variable defintion ordering issues, and unused variables.

Closes #80

This commit increases warning level and enables warnings as error on
Linux build. Doing this pointed out several cases of sign mismatches,
variable defintion ordering issues, and unused variables.
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.

Support for clang using -Wall

2 participants