Opened 6 years ago
Closed 6 years ago
#109 closed defect (fixed)
use of proprietary macro _DEBUG
Reported by: | franck | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | VTM-3.0 |
Component: | VTM | Version: | VTM-2.2 |
Keywords: | Cc: | ksuehring, XiangLi, fbossen, jvet@… |
Description
VTM uses the _DEBUG proprietary macro (MSVC only), so the bounds checking (or equivalent) is not done in debug mode with gcc or clang. A possible easy fix is to use the standardize NDEBUG macro.
Change history (1)
comment:1 Changed 6 years ago by XiangLi
- Milestone set to VTM-3.0
- Resolution set to fixed
- Status changed from new to closed
- Version set to VTM-2.2
Note: See TracTickets for help on using tickets.
Fixed in https://vcgit.hhi.fraunhofer.de/jvet/VVCSoftware_VTM/merge_requests/94