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

error: called object type 'int' is not a function or function pointer #268

Closed
feedXia opened this issue Jul 15, 2018 · 1 comment
Closed
Labels
Milestone

Comments

@feedXia
Copy link

feedXia commented Jul 15, 2018

`$ help50 make valid_triangle1
clang -fsanitize=signed-integer-overflow -fsanitize=undefined -ggdb3 -O0 -std=c11 -Wall -Werror -Wextra -Wno-sign-compare -Wshadow valid_triangle1.c -lcrypt -lcs50 -lm -o valid_triangle1
valid_triangle1.c:15:38: error: called object type 'int' is not a function or
function pointer
if ((x + y <= z) || (x + z <= y) (y + z <= x))
~~~~~~~~~~~~ ^
1 error generated.
make: *** [valid_triangle1] Error 1

Sorry, not sure how to help (yet) with this one!`

@dmalan
Copy link
Member

dmalan commented Jul 15, 2018 via email

@dmalan dmalan added the helper label Mar 5, 2019
@dmalan dmalan added this to the 3.0.0 milestone Mar 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

3 participants