aboutsummaryrefslogtreecommitdiffstats
path: root/tests/raw-environment-function/main.cpp.expected
diff options
context:
space:
mode:
Diffstat (limited to 'tests/raw-environment-function/main.cpp.expected')
-rw-r--r--tests/raw-environment-function/main.cpp.expected3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/raw-environment-function/main.cpp.expected b/tests/raw-environment-function/main.cpp.expected
new file mode 100644
index 00000000..8afdf377
--- /dev/null
+++ b/tests/raw-environment-function/main.cpp.expected
@@ -0,0 +1,3 @@
+raw-environment-function/main.cpp:11:26: warning: Prefer using qgetenv instead of getenv [-Wclazy-raw-environment-function]
+raw-environment-function/main.cpp:13:13: warning: Prefer using qputenv instead of putenv [-Wclazy-raw-environment-function]
+raw-environment-function/main.cpp:15:26: warning: Prefer using qgetenv instead of getenv [-Wclazy-raw-environment-function]