CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/01/30 01:31:38
Modified files:
sys/dev/pci/drm: drm_linux.h
Log message:
disable -Wformat-zero-length when building with gcc
-Wformat includes -Wformat-zero-length with gcc 4.2 which breaks
building unmodified atom.c with the SDEBUG macro
"warning: zero-length kprintf format string"
