comparison src/dmres.c @ 2107:8962901faf5d

Silence a warning when building without PACKFS support.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 08 May 2019 13:57:34 +0300
parents 78a0f44aa8b5
children 972d56ad2b78
comparison
equal deleted inserted replaced
2106:78a0f44aa8b5 2107:8962901faf5d
1134 } 1134 }
1135 1135
1136 initialized = TRUE; 1136 initialized = TRUE;
1137 } 1137 }
1138 } 1138 }
1139 #else
1140 (void) filename;
1139 #endif 1141 #endif
1140 1142
1141 #ifdef DM_USE_STDIO 1143 #ifdef DM_USE_STDIO
1142 if (!initialized && (flags & DRF_USE_STDIO)) 1144 if (!initialized && (flags & DRF_USE_STDIO))
1143 { 1145 {