Skip to content

Commit

Permalink
Report new warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Crayon2000 committed Jun 23, 2024
1 parent fc65f0a commit 3931579
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,5 @@
# Archive
*.zip

# Programmer's Notepad state file
*.pnps

# Windows thumbnail cache
Thumbs.db
3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ target_compile_options(Wii-Tac-Toe PRIVATE
-Werror
-Wall
-Wunused
-Wmisleading-indentation
-Wduplicated-cond
-Wduplicated-branches
)

target_sources(Wii-Tac-Toe PRIVATE
Expand Down

0 comments on commit 3931579

Please sign in to comment.