blob: 346e3936ef5ce0ef1bd3487c11db0fb5f1c5fbf6 (
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 (92)
|