Nuacht

Extended Description Clang warns the small program "unwarned-const-qualifier-removal.c" that the conversion from const char [5] to char* is not right. And it shows that the warning is emitted by ...
I feel the same way about passing BSTR's to functions that take non-const char *'s.<P>Yeah it works now, but someday it's gonna come bite you in the ass, so do it right the first time.