blob: e4cd06e9f3e2866c5fadbbd019d389b42e0be210 (
plain)
1
2
3
|
snprintf-4.cpp: In function `int main(int, char **)':
snprintf-4.cpp:6: warning: sizeof(pointer) possibly incorrect in argument 2
snprintf-4.cpp:6: warning: array size (10) smaller than bound length (96)
|