For development purposes, we’ve turned all warnings into errors during compilation, to force developers to fix them. Unfortunately, we didn’t think to remove that setting for some of the release versions, which means depending on details of your system, or the programs you’re compiling, you may run into problems. (Recent weeklies should have the setting turned off for releases.)
What you should do is go to main/source/tools/build/user.settings and add
“flags” : {
“warn” : [“Werror”,],
},
to the “removes” block (between the curly braces after “removes:”). Note that the user.settings file won’t show up until the first time you compile with scons. (When a default version is made if one doesn’t exist already.)