Source-Changes archive

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

CVS commit: src/lib/librumpuser



Module Name:    src
Committed By:   kre
Date:           Mon Oct 27 01:44:46 UTC 2025

Modified Files:
        src/lib/librumpuser: rumpuser_pth.c

Log Message:
Avoid a "format string is not a literal" warning(error)

Normally I'd simply disable this absurd warning, after determining that
it is not the 1 in a million case where there's actually a potential
bug, but here, simply silencing the warning by using a literal format
string is so simple that it might as well be done this way.

This appeared as a side-effect of the pthread_setname_np() changes.


To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 src/lib/librumpuser/rumpuser_pth.c

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