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

Fixed #37 - single mock() argument was not cast #38

Merged
merged 4 commits into from
Nov 21, 2015
Merged

Fixed #37 - single mock() argument was not cast #38

merged 4 commits into from
Nov 21, 2015

Conversation

thoni56
Copy link
Contributor

@thoni56 thoni56 commented Nov 21, 2015

On Cygwin64 uintptr_t is longer than int which requires that all actual parameters need to be cast. They where, except for the case of a single argument. So this fixes #37.

Also applied the NM_COLUMN_SEPARATORS in order during runtime so we need not update any ifdefs if some platform changes (which is what seems to have happened on cygwin64 as opposed to cygwin32.

thoni56 added a commit that referenced this pull request Nov 21, 2015
Fixed #37 - single mock() argument was not cast
@thoni56 thoni56 merged commit 4d4a5f3 into cgreen-devs:master Nov 21, 2015
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.

mock tests fails on cygwin64 - because of typing problems
1 participant