Skip to content
This repository was archived by the owner on Feb 13, 2025. It is now read-only.

Compiler warnings about unused values #16

Closed
ghost opened this issue Nov 29, 2013 · 2 comments
Closed

Compiler warnings about unused values #16

ghost opened this issue Nov 29, 2013 · 2 comments

Comments

@ghost
Copy link

ghost commented Nov 29, 2013

Originally reported by: RMTEW FULL NAME (Bitbucket: rmtew, GitHub: rmtew)


(originally reported in Trac by @akruis on 2013-04-07 19:54:40)

Version: branch 2.7-slp
Linux amd64
Compiler: clang 3.2

I get many similar warnings about unused expression results for two macros (STACKLESS_PROMOTE_ALL, STACKLESS_UNPACK) and one warning about an unused variable (Stackless/module/taskletobject.c:84:20: warning: unused variable 'ts'). The fixes are straight forward. I'll commit them to 2.7-slp.

Fortunately clang doesn't emit any other warnings. :-)


@ghost
Copy link
Author

ghost commented Nov 29, 2013

Original comment by RMTEW FULL NAME (Bitbucket: rmtew, GitHub: rmtew):


@akruis on 2013-04-07 20:08:15 said:

See [https://bitbucket.org/akruis/fg2python/commits/ed4ef82a8f51975b3bf478474f8f0ee0ad43281d/raw/ Commit ed4ef82a]

@ghost
Copy link
Author

ghost commented Nov 29, 2013

Original comment by RMTEW FULL NAME (Bitbucket: rmtew, GitHub: rmtew):


@akruis on 2013-04-24 16:15:35 said:

Fixed in 2.7-slp. Changeset [69800d264ec4].

This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

0 participants