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

Modernize the code to compile without Warnings in GCC 9.3 #335

Merged
merged 1 commit into from May 9, 2020

Conversation

joka921
Copy link
Member

@joka921 joka921 commented May 4, 2020

  • More generally: Compile without warnings and Errors in Ubuntu 20.04's default toolchain

  • Update Abseil-CPP submodule

  • Update and fix two unsigned vs. signed comparison warnings in the CTRE submodule.

  • Get rid of the deprecated ftime function, replace by std::chrono.

  • Newer versions of ICU require a trailing semicolon after their macros that were missing in one place.

- More generally: Compile without warnings and Errors in Ubuntu 20.04's default toolchain

- Update Abseil-CPP submodule
- Update and fix two unsigned vs. signed comparison warnings in the CTRE submodule.
- Get rid of the deprecated ftime function, replace by std::chrono.
- Newer versions of ICU require a trailing semicolon after their macros that were missing in one place.
@niklas88 niklas88 merged commit b4cadfd into ad-freiburg:master May 9, 2020
@joka921 joka921 deleted the f.warningsUbuntu20 branch May 8, 2021 09:07
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

Successfully merging this pull request may close these issues.

None yet

2 participants