Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/sys



Module Name:    src
Committed By:   rillig
Date:           Tue Jun  3 20:25:27 UTC 2025

Modified Files:
        src/sys/sys: stdarg.h

Log Message:
stdarg.h: fix va_arg in lint mode for lint's strict bool mode

Since va_list does not have type 'bool', lint complained about using it
in a '?:' operator:

> error: left operand of '?' must be bool, not 'pointer' [331]


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/sys/stdarg.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index