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

Compilar los ejemplos con opciones recomendadas en los guiones #88

Open
jesustorresdev opened this issue Dec 12, 2024 · 0 comments
Open
Labels
examples Improvements or additions to examples repository
Milestone

Comments

@jesustorresdev
Copy link
Member

-Wall -Wextra -Werror -Wpedantic
-Wshadow -Wnon-virtual-dtor -Wold-style-cast
-Wcast-align -Wunused -Woverloaded-virtual
-Wconversion -Wsign-conversion -Wnull-dereference
-Wdouble-promotion -Wformat=2 -Wmisleading-indentation
-Wduplicated-cond -Wduplicated-branches -Wlogical-op
-Wuseless-cast -fsanitize=address,undefined,leak

https://github.com/cpp-best-practices/cmake_template/blob/759d7184f44aad80a3e24ba6ce8e86d08e64d9bb/cmake/CompilerWarnings.cmake

@jesustorresdev jesustorresdev added the examples Improvements or additions to examples repository label Dec 12, 2024
@jesustorresdev jesustorresdev added this to the so2526 milestone Dec 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
examples Improvements or additions to examples repository
Projects
None yet
Development

No branches or pull requests

1 participant