blob: c74227ea1a47db393350c4d76091f5e3e2e35e2d (
plain) (
tree)
|
|
test06.cpp: In function 'void func1(int*)':
test06.cpp:12:13: warning: Using parameter 'a' without checking for null pointer
*a = 100;
^
test06.cpp: In function 'void func5(int*)':
test06.cpp:45:13: warning: Using parameter 'a' without checking for null pointer
*a = 600;
^
test06.cpp: In function 'void func7(int*)':
test06.cpp:70:16: warning: Using parameter 'aptr' without checking for null pointer
*aptr = 800;
^
|