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

Compilation warnings #7559

Closed
LeventErkok opened this issue Feb 19, 2025 · 0 comments
Closed

Compilation warnings #7559

LeventErkok opened this issue Feb 19, 2025 · 0 comments

Comments

@LeventErkok
Copy link

Fresh build warnings, on a Mac:

../src/math/simplex/model_based_opt.h:85:16: warning: class member cannot be redeclared [-Wredeclared-class-member]
   85 |         struct const_def;
      |                ^
../src/math/simplex/model_based_opt.h:83:16: note: previous declaration is here
   83 |         struct const_def;
      |                ^
../src/ast/sls/sls_smt_solver.cpp:103:19: warning: 'rlimit' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
  103 |         reslimit& rlimit() { return m_ddfw.rlimit(); }
      |                   ^
../src/ast/sls/sls_context.h:88:27: note: overridden virtual function is here
   88 |         virtual reslimit& rlimit() = 0;
      |                           ^
NikolajBjorner added a commit that referenced this issue Feb 19, 2025
NikolajBjorner added a commit that referenced this issue Feb 19, 2025
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