Commit 1baed55
committed
Fix std::abs() usage
Call of overloaded 'abs(unsigned int&)' is ambiguous
See https://gcc.gnu.org/gcc-6/porting_to.html#overloaded-abs
Signed-off-by: Frederic.Pillon <frederic.pillon@st.com>1 parent 650f9e9 commit 1baed55
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
| 65 | + | |
65 | 66 | | |
66 | 67 | | |
67 | 68 | | |
| |||
0 commit comments