Searched hist:218601 (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/lib/libufs/
H A Dlibufs.hdiff 218601 Sat Feb 12 13:02:31 MST 2011 kib Replace ERROR() macro with inline function. In-tree gcc cannot tolerate
the construct like printf("%\s", NULL) resulting from macroexpand of
ERROR(u, NULL), making it impossible to use LIBUFS_DEBUGGING.

With inline function, compiler cannot detect the NULL argument to
known function and does not try to convert it into puts().

In collaboration with: pho

Completed in 100 milliseconds