Created
June 10, 2016 02:53
-
-
Save endobson/df345933172a44433eb317ac257a6d3c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
src/main/native/fsevents.cc:88:3: warning: 'delete' applied to a pointer that was allocated with 'new[]'; did you mean 'delete[]'? [-Wmismatched-new-delete] | |
delete pathsArray; | |
^ | |
[] | |
src/main/native/fsevents.cc:78:29: note: allocated with 'new[]' here | |
CFStringRef *pathsArray = new CFStringRef[length]; | |
^ | |
1 warning generated. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment