Skip to content

Commit ad033fe

Browse files
fix some warnings
1 parent a905245 commit ad033fe

File tree

3 files changed

+0
-23
lines changed

3 files changed

+0
-23
lines changed

Source/smokeview/readsmv.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16053,8 +16053,6 @@ int ReadBinIni(void){
1605316053
/* ------------------ ReadIni ------------------------ */
1605416054

1605516055
int ReadIni(char *inifile){
16056-
char *smvprogini_ptr=NULL;
16057-
1605816056
// There are 7 places to retrieve configuration file from:
1605916057
//
1606016058
// 1. A file within the same directory as the smokeview executable named

Source/wind2fds/main.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
void Usage(int option){
1616
char githash[100];
1717
char gitdate[100];
18-
char buffer[1024];
1918

2019
GetGitInfo(githash,gitdate); // get githash
2120

Tests/parse_hvac_vals.c

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -81,26 +81,6 @@ void init_vals(hvacdatacollection *hvaccoll, const char *file) {
8181

8282
int main(int argc, char **argv) {
8383
initMALLOC();
84-
FILE *file;
85-
int error = 0;
86-
87-
char *val_spec = "HVACVALS\
88-
HVAC_damper.hvac \
89-
0\
90-
4\
91-
DUCT VELOCITY\
92-
vel_d\
93-
m/s\
94-
DUCT LOSS\
95-
loss_d\
96-
\
97-
OXYGEN DUCT VOLUME FRACTION\
98-
X_d_O2\
99-
mol/mol\
100-
NITROGEN DUCT VOLUME FRACTION\
101-
X_d_N2\
102-
mol/mol";
103-
10484
fprintf(stderr, "file: %s\n", argv[1]);
10585
hvacdatacollection hvaccoll = {0};
10686
init_vals(&hvaccoll, argv[1]);

0 commit comments

Comments
 (0)