Page MenuHome
Paste P422

Compile log for rBdd92123
ActivePublic

Authored by Sergey Sharybin (sergey) on Nov 7 2016, 11:11 AM.
/home/sergey/src/blender/blender/intern/cycles/device/opencl/opencl_util.cpp: In static member function ‘static std::string ccl::OpenCLInfo::get_hardware_id(std::string, cl_device_id)’:
/home/sergey/src/blender/blender/intern/cycles/device/opencl/opencl_util.cpp:670:83: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘int’ [-Wformat=]
return string_printf("%02x:%02x.%01x", topology[21], topology[22], topology[23]);
^
/home/sergey/src/blender/blender/intern/cycles/device/opencl/opencl_util.cpp:670:83: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘int’ [-Wformat=]
/home/sergey/src/blender/blender/intern/cycles/device/opencl/opencl_util.cpp:670:83: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘int’ [-Wformat=]
/home/sergey/src/blender/blender/intern/cycles/device/opencl/opencl_util.cpp:678:76: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘cl_int {aka int}’ [-Wformat=]
return string_printf("%02x:%02x.%01x", bus_id, slot_id>>3, slot_id & 0x7);
^
/home/sergey/src/blender/blender/intern/cycles/device/opencl/opencl_util.cpp:678:76: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘cl_int {aka int}’ [-Wformat=]
/home/sergey/src/blender/blender/intern/cycles/device/opencl/opencl_util.cpp:678:76: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘cl_int {aka int}’ [-Wformat=]
[14/218] Building CXX object intern/cycles/device/CMakeFiles/cycles_device.dir/device_cuda.cpp.o
/home/sergey/src/blender/blender/intern/cycles/device/device_cuda.cpp: In function ‘void ccl::device_cuda_info(ccl::vector<ccl::DeviceInfo>&)’:
/home/sergey/src/blender/blender/intern/cycles/device/device_cuda.cpp:1421:108: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘int’ [-Wformat=]
info.id = string_printf("CUDA_%s_%04x:%02x:%02x", name, pci_location[0], pci_location[1], pci_location[2]);
^
/home/sergey/src/blender/blender/intern/cycles/device/device_cuda.cpp:1421:108: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘int’ [-Wformat=]
/home/sergey/src/blender/blender/intern/cycles/device/device_cuda.cpp:1421:108: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘int’ [-Wformat=]