Jan Engelhardt
Jan Engelhardt
>Are these the only warnings of this kind? Haven't seen any other strict-aliasing ones. The pattern does repeat, e.g. at *(U8*)x = y;, but U8 being char always satisfies alignment...
They would. Seems like they also handle the little/big endian conversion, so I'd say go for it.
>but are they "programming fonts"? What makes a font a "programming font", anyway? I can think of but one basic requirement: * The font in question should be usable for...
>Is there some underlying reason for you to try to prevent this? I guess some people like to just keep one delivery mechanism. In my case, I disable web &...
What I don't use I disable. Surely that should help resource utilization (if ever so minimally).
Removing the four line 8-11 fixes the issue.
> there's nothing to install. It's header only. Even headers surely should end up somewhere in `/usr`.
>you should probably just install the CUDA Toolkit That is quite insensitive. _Someone_ has to make the toolkit rpm first (even if that's nvidia itself), and what better way than...
> `+ add_definitions(-DwxUSE_ON_FATAL_EXCEPTION=1)` You cannot do that. Setting -DwxUSE_* leads to an ABI incompatibility the way I see it, with the application now thinking that wxStackWalkerBase is, on x86_64, 8...
Maybe there is more to that assertion failure. On a plain build, I am gifted with a crash in XreCompiler. Turning on ASAN then shows more problems also for the...