Conversation
|
My Makefile paths are happy, both on Mac and Linux. (With MacOs 26, it seems gcc is becoming less and less supported, so I am explicitly using clang there.) |
MichaelRawson
left a comment
There was a problem hiding this comment.
All OK here (Debian trixie, Clang 19) - thanks for doing the work upstream in VIRAS as well.
I didn't get any warnings about Allocator - what do you get? I am perpetually suspicious of that thing, even after cutting it back.
|
These are all warnings (maybe overlapping), rooted in |
|
Weird, I have the exact same version of clang, but no warning in release mode. The error also seems weird, it's like the compiler hallucinates some type information somewhere - |
Compiled on my Mac and our Linux cluster, please try on your own machines too. There was some warning only on Linux and release referring to "array out of bounds" in one of the uses of
Allocator.I can regression test it also if all else looks good.