This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Warning : How to remove it

I have used this:

cont uint8_t *x[] = {
"a",
"b"
}

compiler don't generate warning but UV4.70 has warning flag on left side
"initializing const uint8_t * with an expression of type char[] converts b/w pointer to inetegr of different sign"

How to avoid this.

Parents
  • sorry about my lack of capitalization, but I'm lazy
    sorry about my lack of punctuation, but I'm lazy
    sorry about my lack of C language knowledge, but I'm lazy
    sorry about my lack of attention to detail, but I'm lazy
    sorry about my dumbassed comment about consultants, but I'm a dumbass

Reply
  • sorry about my lack of capitalization, but I'm lazy
    sorry about my lack of punctuation, but I'm lazy
    sorry about my lack of C language knowledge, but I'm lazy
    sorry about my lack of attention to detail, but I'm lazy
    sorry about my dumbassed comment about consultants, but I'm a dumbass

Children