Commit b58fee0
committed
Fix compiler warning by always returning a value.
Fixes:
```
ClangSharp/sources/libClangSharp/ClangSharp.cpp:5643:1: warning: non-void function does not return a value in all control paths [-Wreturn-type]
5643 | }
```1 parent 7b70e92 commit b58fee0
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5409 | 5409 | | |
5410 | 5410 | | |
5411 | 5411 | | |
5412 | | - | |
| 5412 | + | |
5413 | 5413 | | |
5414 | 5414 | | |
5415 | 5415 | | |
| |||
0 commit comments