Open bhaveshpandey opened 1 year ago
The warning is not technically wrong: the compiler is unable to verify that the string is formatted correctly.
Does it compile if you change the line to:
syslog(sPriorities[level], "%s", message);
?
Hi @kjeffery , yes that fixes it however I run into some other issues while building moonrayShaderParser
and moonrayShaderDiscovery
. I could not find anyway to disable building of USD facing functionality. Is there a convenient way of doing so that you know of?
Is anyone else running into these errors when building Moonray?
I am using GCC 9.3 however, I am however using a later version of glibc than suggested by the VFXPlatform CY2022 (which I feel is the one used looking at the recommended GCC version).