Hay
Date
April 8, 2025, 12:37 p.m.

Environment
arm

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc'
/builds/linux/drivers/gpu/drm/omapdrm/dss/dispc.c: In function 'pixinc':
/builds/linux/drivers/gpu/drm/omapdrm/dss/dispc.c:2091:9: warning: this 'else' clause does not guard... [-Wmisleading-indentation]
 2091 |         else
      |         ^~~~
/builds/linux/drivers/gpu/drm/omapdrm/dss/dispc.c:2093:17: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
 2093 |                 return 0;
      |                 ^~~~~~