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

Fix for GCC alloc-size-larger-than warning #43

Merged
merged 1 commit into from
Dec 8, 2020

Conversation

hv15
Copy link
Member

@hv15 hv15 commented Dec 7, 2020

This PR resolves bug #42.

@hv15
Copy link
Member Author

hv15 commented Dec 7, 2020

Bugger, macos build fails because of clang: warning: no such sysroot directory: '/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk' [-Wmissing-sysroot]. Github updated the MacOS 10.15 image and changed to a newer version of XCode where the evidently the SDK is located somewhere else. Either sac2c needs to be recompiled or we need to update the sac2crc file. Ahhh.

Copy link
Contributor

@ashinkarov ashinkarov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just use RuntimeError when you terminate compilation, other than that looks good to me.

src/stdio/src/ArrayIO/PrintArray.c Outdated Show resolved Hide resolved
@ashinkarov ashinkarov merged commit 9bb7419 into SacBase:master Dec 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants