Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
thradams committed Sep 5, 2024
1 parent 1464f44 commit a683a3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
3 changes: 2 additions & 1 deletion src/build.c
Original file line number Diff line number Diff line change
Expand Up @@ -246,11 +246,12 @@ int main()
#ifdef TEST
"-DTEST"
#endif
" -Wall "
" -D_DEFAULT_SOURCE "
" -Wno-unknown-pragmas "
" -Wno-multichar "
" -std=c17 "
" -Wall "

" -o cake "
CAKE_SOURCE_FILES " main.c ");
#endif
Expand Down
6 changes: 0 additions & 6 deletions src/lib.c
Original file line number Diff line number Diff line change
Expand Up @@ -3058,9 +3058,6 @@ void c_clrscr()
#include <ctype.h>


#include <sys/stat.h>


#include <errno.h>


Expand All @@ -3083,9 +3080,6 @@ void c_clrscr()

#include <direct.h>


#include <sys/types.h>

#ifdef __CAKE__
#pragma cake diagnostic push
#pragma cake diagnostic ignored "-Wstyle"
Expand Down

0 comments on commit a683a3e

Please sign in to comment.