Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Char assignment allocates unused string literal #661

Closed
robertwb opened this issue Oct 10, 2008 · 7 comments
Closed

Char assignment allocates unused string literal #661

robertwb opened this issue Oct 10, 2008 · 7 comments

Comments

@robertwb
Copy link
Contributor

Code like this:

cdef char a = 'a'

leads to:

numpy_test.c:556: warning: ‘__pyx_k_24’ defined but not used

Migrated from http://trac.cython.org/ticket/99

@robertwb
Copy link
Contributor Author

@dagss changed component from Build System to Code Generation
milestone from wishlist to 0.9.8.2
commented

@robertwb
Copy link
Contributor Author

@dagss changed summary from

Char assignment allocates unused temporary

to

Char assignment allocates unused string literal
commented

@robertwb
Copy link
Contributor Author

robertwb commented Nov 8, 2008

@robertwb changed milestone from 0.10 to wishlist
commented

@robertwb
Copy link
Contributor Author

robertwb commented Nov 29, 2008

@dagss commented

See http://trac.cython.org/ticket/144.

@robertwb
Copy link
Contributor Author

robertwb commented Mar 8, 2009

scoder commented

Added test case -T99.

@robertwb
Copy link
Contributor Author

robertwb commented Mar 19, 2009

scoder changed milestone from wishlist to 0.12
owner from somebody to scoder
status from new to assigned
commented

Fixed in

http://hg.cython.org/cython-unstable/rev/50307880f9c1

(see http://trac.cython.org/ticket/144)

@robertwb
Copy link
Contributor Author

scoder changed resolution to fixed
status from assigned to closed
commented

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant