Commit 910d849
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 7909894 commit 910d849
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
| 13 | + | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
0 commit comments