Commit 5df6e8a
authored
[CMake][NFC] Disable mismatched-new-delete warning in GCC (#19)
The warning triggers for the overloads for operator new/delete in
BumpAllocator, because the BumpAllocator class is templated with the
SlabSize. GCC does select the correct overload of operator new/delete,
but produces a warning. Since we build with -Wall -Werror this results
in a compile error. We are in the process of reporting this to GCC, but
for now let's disable the warning.1 parent 6944a8a commit 5df6e8a
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
55 | 61 | | |
56 | 62 | | |
57 | 63 | | |
| |||
0 commit comments