Warning, /sdk/clazy/docs/checks/README-raw-environment-function.md is written in an unsupported language. File is not indexed.

0001 # raw-environment-function
0002 
0003 Warns when `putenv()` or `qputenv()` are being used and suggests the Qt *thread-safe* equivalents instead.
0004 
0005 This check is disabled by default and should be enabled manually if *thread-safety* is an issue for you.