Commit 3f27c54
authored
build fix for MSVC compilation. (#17)
I tried to use rtlog-cpp on Windows sing VC++, but it does not like GCC
extension attributes. If I understand correctly, `format` does not
affect run-time behavior, so I simply took it out for VC++.1 parent 1706255 commit 3f27c54
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
134 | | - | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
135 | 138 | | |
136 | 139 | | |
137 | 140 | | |
| |||
0 commit comments