Opened 8 years ago

Closed 8 years ago

#1521 closed defect (duplicate)

implicit conversion warning in ppc

Reported by: Kevin Meagher Owned by:
Priority: normal Milestone:
Component: cmake Keywords:
Cc:

Description

Im guessing the third parameter should just be a 0

/Users/kmeagher/icecube/combo/src/ppc/private/ppc/ocl/ppc.cxx:162:43: warning: implicit conversion of NULL constant to 'size_t'
      (aka 'unsigned long') [-Wnull-conversion]
        clGetDeviceInfo(devID, CL_DEVICE_VENDOR, NULL, NULL, &siz);
        ~~~~~~~~~~~~~~~                          ^~~~
                                                 0

Change History (1)

comment:1 Changed 8 years ago by David Schultz

  • Resolution set to duplicate
  • Status changed from new to closed

duplicate of part of #1516

Note: See TracTickets for help on using tickets.