blob: 6c2e60f73c562bddabdaeaf2fef0849d0f1f66b3 (
plain)
1
2
3
4
5
|
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)
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)
|