1
0
UAHCode/CPE455/lab06/g++all.txt
2022-08-28 16:12:16 -05:00

12 lines
394 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

ec3.cpp: In function int main(int, char**):
ec3.cpp:8:10: warning: variable a set but not used [-Wunused-but-set-variable]
char a[10];
^
ec3.cpp:43:10: warning: unused variable q [-Wunused-variable]
int* q = new int;
^
ec3.cpp: In function bool g(int&):
ec3.cpp:66:1: warning: control reaches end of non-void function [-Wreturn-type]
}
^