Greg Horn

Results 67 comments of Greg Horn

I don't have my development computer with me, so this is from memory, but try this out: ``` struct Foo { sequence bar; }; ``` Compile with clang and `-Wunused-variable`.

I just ran into this as well. Was `#pragma once` considered instead of header guards? It would be an easy fix, but we would lose the ability to check what's...

Yes you understood it exactly. That github issue doesn't look like it'll be closed any time soon. For now I'll just git clone the release tag directly. I'm not sure...

> The ideal end state would be that for users with `-Wconversion` enabled, we would raise compiler warnings/errors in exactly the same situations for Quantity as for the underlying raw...