We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
rm -rf ./bin mkdir -p ./bin clang src/manifest.m -std=c99 -Wall -DSTATS -DNDEBUG -O2 -fvisibility=hidden -mmacosx-version-min=10.13 -F/System/Library/PrivateFrameworks -framework Carbon -framework Cocoa -framework CoreServices -framework SkyLight -framework ScriptingBridge -framework IOKit -o bin/spacebar In file included from src/manifest.m:56: src/event_loop.c:18:70: error: expected ';' after expression name, hit_count, elapsed_cycles, cycle_count / hit_count) ^
The text was updated successfully, but these errors were encountered:
Fix cmacrae#119
5691231
No branches or pull requests
The text was updated successfully, but these errors were encountered: