Knut Omang
Knut Omang
Take a look at [this commit](https://github.com/oracle/ktf/commit/656da8cf98ef7e245fe930bd89c8eb3557324ca9)
Are you perhaps not using gcc? The option seems present still? Anyway you can safely just remove the option from Makefile.am as KTF does not use bitfields, this is just...
This code looks fine to me, it also executes perfectly in my setup on x86. I even tried with the latest upstream googletest. Could it be that you already had...
If you still see ktf initialized as a side effect of the gtest_registering_dummy_ variable, you are likely not running off the latest KTF. I had people observing issues with the...
You are quite right. I I think I'll propose we just remove the other define to avoid making this mistake again in the future as more compat stuff is needed....
I have updated knuto/ktf to fix the issue (pull request #26)
I think some information is missing here. There's no KTF_*REGISTER_INTERCEPT* operations in KTF?
Thanks for the fix - will pull it in, but do you want a better name setting for the authorship?
Seems we have a regression with the ktfcov program. We'll look into it.
Hi, thanks for notifying - I have a fix for this, just need to do some more testing