Changes between Initial Version and Version 1 of Ticket #72
- Timestamp:
- Dec 11, 2017, 12:46:38 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #72 – Description
initial v1 10 10 test.c:9:144: warning: passing argument 2 of '__main__Fi_CViCPVPCc__1' from incompatible pointer type [-Wincompatible-pointer-types] 11 11 test.c:7:12: note: expected 'const char * volatile* const' but argument is of type 'char **' 12 int main( const volatile int d1, const char * volatile * const d2) {}12 int main( const volatile int argc, const char * volatile * const argv ) {} 13 13 }}}