Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add return values after TR_UNIMPLEMENTED to avoid warnings
Avoid following warnings by adding proper return values: ``` "/omr/compiler/infra/OMRMonitor.hpp", line 50.46: CCN6101 (W) A return value of type "int" is expected. "/omr/compiler/infra/OMRMonitor.hpp", line 54.77: CCN6101 (W) A return value of type "long" is expected. "/omr/compiler/infra/OMRMonitor.hpp", line 57.48: CCN6101 (W) A return value of type "int" is expected. "/omr/compiler/infra/OMRMonitor.hpp", line 50.46: CCN6101 (W) A return value of type "int" is expected. "/omr/compiler/infra/OMRMonitor.hpp", line 54.77: CCN6101 (W) A return value of type "long" is expected. ``` Signed-off-by: Filip Jeremic <[email protected]>
- Loading branch information