diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2015-04-16 14:32:42 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2015-04-16 14:32:42 +0200 |
commit | 433b18ec2b54387119abdeb0a85767cd92e4a23b (patch) | |
tree | 67084a552408290bd2f64cc4a81126c3288d73bf /sys/src/cmd/python/Python/thread_os2.h | |
parent | 3d4fcc6c8ab02d0370919714fc08229e87f414ed (diff) |
cc: catch non constant pointer initializers
char FOO[] = "abc"; /* ok */
char *BAR = FOO; /* ok */
char *BAZ = BAR; /* wrong */
Diffstat (limited to 'sys/src/cmd/python/Python/thread_os2.h')
0 files changed, 0 insertions, 0 deletions