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

MAINT: fix more compiler warnings #265

Merged
merged 2 commits into from
Jan 2, 2017
Merged

Conversation

rgommers
Copy link
Member

@rgommers rgommers commented Jan 1, 2017

All compiler warnings on OS X + Clang are now gone, except for the unavoidable ones coming from Cython.

@codecov-io
Copy link

codecov-io commented Jan 1, 2017

Current coverage is 86.23% (diff: 100%)

Merging #265 into master will increase coverage by 0.05%

@@             master       #265   diff @@
==========================================
  Files            20         20          
  Lines          3045       3043     -2   
  Methods          45         45          
  Messages          0          0          
  Branches        521        520     -1   
==========================================
  Hits           2624       2624          
+ Misses          370        368     -2   
  Partials         51         51          

Powered by Codecov. Last update 45cf2a5...e686ee0

They were of this form (with Clang):

    pywt/_extensions/_swt.c:5163:59: warning: comparison of integers of different
    signs: 'int' and 'size_t'
          (aka 'unsigned long') [-Wsign-compare]
            for (__pyx_t_13 = (__pyx_v_start_level + 1); __pyx_t_13 < __pyx_t_16;
@rgommers rgommers changed the title MAINT: fix compiler warnings for python setup.py build_clib. MAINT: fix more compiler warnings Jan 2, 2017
@grlee77 grlee77 merged commit dc51aa7 into PyWavelets:master Jan 2, 2017
@grlee77
Copy link
Contributor

grlee77 commented Jan 2, 2017

thanks!

@rgommers rgommers deleted the warnings branch January 2, 2017 23:18
@rgommers rgommers added this to the v1.0 milestone Jan 2, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants