Skip to content

Commit

Permalink
add temp compile files to gitignore
Browse files Browse the repository at this point in the history
add spurious warning caused by error in winreg.h to ignored warnings
  • Loading branch information
amoldeshpande committed Jun 12, 2024
1 parent 77c2db9 commit 4735869
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,4 @@ tcsh.map
tcsh-x64.sln
win32/nt.const.h
.editorconfig
*.tmp
2 changes: 1 addition & 1 deletion win32/Makefile.win32
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ DEBUG_CRTLIBS= libcmtd.lib oldnames.lib libcpmtd.lib libvcruntimed.lib libucrtd
CRTLIBS= libcmt.lib oldnames.lib libcpmt.lib libvcruntime.lib libucrt.lib legacy_stdio_definitions.lib legacy_stdio_wide_specifiers.lib

EXTRAFLAGS = -DWINNT_NATIVE -DNO_CRYPT -DHAVE_DIRENT_H $(EFL) \
-wd28159 -wd28218 -wd28199 -wd6387 -wd6385
-wd28159 -wd28218 -wd28199 -wd6387 -wd6385 -wd6553

WINDOWS_WARNING_LEVEL=-W4 -WX
REST_WARNING_LEVEL=-WX -W3
Expand Down

0 comments on commit 4735869

Please sign in to comment.