COMP: sign check to avoid warnings about new[] range

This commit is contained in:
Mark Olesen
2021-04-26 17:07:41 +02:00
parent 86f627b9e6
commit 5a5fd1a43c
8 changed files with 31 additions and 11 deletions

View File

@ -0,0 +1,3 @@
Test-machine-sizes.cpp
EXE = $(FOAM_USER_APPBIN)/Test-machine-sizes

View File

@ -0,0 +1,6 @@
/* Disable normal project defaults */
PROJECT_INC =
PROJECT_LIBS =
/* EXE_INC = */
/* EXE_LIBS = */