aboutsummaryrefslogtreecommitdiffstats
path: root/docs/checks/README-raw-environment-function.md
blob: 265b02e97fce8c898acd4f4875c6db91439bfafb (plain)
1
2
3
4
5
# raw-environment-function

Warns when `putenv()` or `qputenv()` are being used and suggests the Qt thread-safe equivalents instead.

This check is disabled by default and should be enabled manually if you worry about this issue.