Search:

Type: Posts; User: matsp

Search: Search took 0.08 seconds.

  1. Thread: void* warnings

    by matsp
    Replies
    12
    Views
    5,853

    Yes, I meant warnings - it is implementation...

    Yes, I meant warnings - it is implementation dependant ("UB") what happens here.

    --
    Mats
  2. Thread: void* warnings

    by matsp
    Replies
    12
    Views
    5,853

    It is not valid to use arithmetic with void...

    It is not valid to use arithmetic with void pointers, hence the compiler errors.

    --
    Mats
Results 1 to 2 of 2