CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/05/01 01:22:24
Modified files:
sys/dev/pci/drm/include/linux: wait.h
Log message:
Avoid using an expression which resolves to an int in a bool context
when a nested macro is called with an expression argument.
Prompted by -Wint-in-bool-context with gcc 8. ok kettenis@
