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 compiling SPECS.cpp file #3

Open
sajidmahmud opened this issue Jul 5, 2023 · 1 comment
Open

Error compiling SPECS.cpp file #3

sajidmahmud opened this issue Jul 5, 2023 · 1 comment

Comments

@sajidmahmud
Copy link

I followed the instructions from the Readme file and ran the following command:

g++ -o SPECS SPECS.cpp
However, I am getting the following error,

SPECS.cpp: In function ‘long double u3b(long double*, long double ()[3000], long double ()[3000], int, int, long double, long double ()[4], long double, int)’:
SPECS.cpp:1932:1: warning: control reaches end of non-void function [-Wreturn-type]
1932 | }
| ^

What could be the reason for this? I am trying to use it on a 64 bit Ubuntu machine.

@mingkangyang
Copy link

I have also encountered the above problem and hope to get an answer

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

No branches or pull requests

2 participants