- Notifications
You must be signed in to change notification settings - Fork5
Commit3154e16
committed
Dodge compiler bug in Visual Studio 2013.
VS2013 apparently has a problem with taking the address of a formalparameter in some cases. We do that elsewhere without trouble, butin this case the address is being passed to a subroutine that willprobably get inlined, so maybe the combination of those things iswhat tickles the bug. Anyway, introducing an extra copy of theparameter value is enough to work around it. Per trouble reportfrom Umair Shahid.Report: <CAM184AcjqKYZSdQqBHDrnENXHhW=mXbUC46QYPJ=nAh0gUHCGA@mail.gmail.com>1 parent8ebb69f commit3154e16
1 file changed
+3
-1
lines changedLines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3914 | 3914 |
| |
3915 | 3915 |
| |
3916 | 3916 |
| |
3917 |
| - | |
| 3917 | + | |
3918 | 3918 |
| |
| 3919 | + | |
| 3920 | + | |
3919 | 3921 |
| |
3920 | 3922 |
| |
3921 | 3923 |
| |
|
0 commit comments
Comments
(0)