ISISComputingGroup / ISISComputingGroup/IBEX
c/c++ code: make some compiler warnings errors
Open
- Dominant language
- No language data
- Stars
- 6
- Forks
- 2
- Avg merge
- 16h 40m
- Merged PRs (30d)
- 2
Description
Consider whether some compiler warning should be errors. /WX makes all warnings error, but likely breaks epics builds very badly!
Possible candidates:
/we4002 (too many arguments for function-like macro) - need to check if this caused issues with variable argument macro functions, it is currently an error on linux to pass too many arguments anyway though.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.