varargs usage implementation for stdlib, warning fixes

This commit is contained in:
ProgramSnail 2025-01-24 13:07:04 +03:00
parent b5564c6731
commit 8709cb22fd
3 changed files with 31 additions and 32 deletions

View file

@ -44,4 +44,4 @@
(mode
(promote (until-clean)))
(action
(run g++ -Wall -Wextra -Iinclude/ -c %{src} -o %{target})))
(run g++ -Wall -Wextra -std=c++20 -Iinclude/ -c %{src} -o %{target})))