Commit ba296c7
committed
to_string fix C4702
I spotted this line looks like another instance that'll cause a C4702 unreachable code.
D:\dev\OpenVIII_CPP_WIP\cmake-build-debug-visual-studio\_deps\ctre_fetch-src\include\ctre\return_type.hpp(131) : error C2220: the following warning is treated as an error
D:\dev\OpenVIII_CPP_WIP\cmake-build-debug-visual-studio\_deps\ctre_fetch-src\include\ctre\return_type.hpp(131) : warning C4702: unreachable code1 parent 2b1a1b2 commit ba296c7
1 file changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
130 | | - | |
131 | | - | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
132 | 133 | | |
133 | 134 | | |
134 | 135 | | |
| |||
0 commit comments