mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-06 06:48:48 +00:00
varargs usage implementation for stdlib, warning fixes
This commit is contained in:
parent
b5564c6731
commit
8709cb22fd
3 changed files with 31 additions and 32 deletions
|
|
@ -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})))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue