1
0
mirror of https://github.com/wfjm/w11.git synced 2026-01-27 04:42:13 +00:00

cleanups for -Wpedantic; bugfix in RtclArgs.hpp

This commit is contained in:
wfjm
2018-09-28 19:51:19 +02:00
parent 700eb2349c
commit 970be66d07
24 changed files with 92 additions and 90 deletions

View File

@@ -31,6 +31,7 @@ The full set of tests is only run for tagged releases.
- RtclRw11Unit: fix for clang: M_virt() now public
### Bug Fixes
- RtclArgs.hpp: BUGFIX: get *_min limits correct (gcc -Wpedantic)
- RtclArgs.cpp: BUGFIX: GetArg(): argument in wrong order (coverity)
- Rw11CntlDEUNA.cpp: BUGFIX: SetMacDefault(): resource leak (coverity)
- Rw11VirtDiskFile.cpp: BUGFIX: Open(): resource leak (coverity)