Skip to content

Fix warnings - #279

Merged
bpoplauschi merged 5 commits into
CocoaLumberjack:masterfrom
rivera-ernesto:fix_warnings
May 15, 2014
Merged

Fix warnings#279
bpoplauschi merged 5 commits into
CocoaLumberjack:masterfrom
rivera-ernesto:fix_warnings

Conversation

@rivera-ernesto

Copy link
Copy Markdown
Member

Incudes #245.

Ethen A. Wilson and others added 5 commits March 22, 2014 15:46
```
Call to 'malloc' has an allocation size of 0 bytes
    Class *classes = (Class *)malloc(sizeof(Class) * numClasses);
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.

Call to 'malloc' has an allocation size of 0 bytes
Assuming '__a1' is < '__b1'
Call to 'malloc' has an allocation size of 0 bytes
```
@bpoplauschi

Copy link
Copy Markdown
Member

Good job @rivera-ernesto

@bpoplauschi
bpoplauschi deleted the fix_warnings branch May 15, 2014 08:44
@rivera-ernesto

Copy link
Copy Markdown
Member Author

No more open pull requests!
Let's test it and release 1.9.0!

@bpoplauschi bpoplauschi added this to the 1.9.0 milestone May 16, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants