KDocker icon indicating copy to clipboard operation
KDocker copied to clipboard

src/trayitemmanager.cpp:253: bad array size

Open dcb314 opened this issue 5 years ago • 0 comments

src/trayitemmanager.cpp:253:38: warning: division 'sizeof (char*) / sizeof (char)' does not compute the number of array elements [-Wsizeof-pointer-div]

Source code is

 if (((sizeof(optarg) / sizeof(*optarg)) > 2) && ((optarg[1] == 'x') || (optarg[1] == 'X'))) {

dcb314 avatar Oct 26 '20 08:10 dcb314