Commit 816f383
committed
Fix warning when compiling rust wrapper C++
This was output:
```
warning: rustc_codegen_nvvm@0.3.0:
rustc_llvm_wrapper/RustWrapper.cpp:43:45: warning: 'static_assert'
without a message only available with '-std=c++17' or '-std=gnu++17'
[-Wc++17-extensions]
warning: rustc_codegen_nvvm@0.3.0: 43
static_assert(dwarf::DW_OP_LLVM_fragment == 0x1000);
```1 parent 65a20a9 commit 816f383
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
0 commit comments