CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/04/14 01:22:02
Modified files:
sys/sys : cdefs.h
Log message:
Define __dead and __pure even if __STRICT_ANSI__ for compilers that
support GCC's __attribute__ syntax. Fixes several warnings when compiling
code with clang with -std=c++11 or some other strict ISO standard.
ok millert@, guenther@
