Opened 11 years ago
Closed 11 years ago
#2649 closed defect (worksforme)
Incompartible type for copy_string_array
Reported by: | Willi Braun | Owned by: | Lennart Ochel |
---|---|---|---|
Priority: | high | Milestone: | 1.9.1 |
Component: | Code Generation | Version: | trunk |
Keywords: | Cc: |
Description
In the coverage test of the buildings library we get since yesterday a lot of the following issue:
Buildings.BoundaryConditions.SolarIrradiation.BaseClasses.Examples.DiffuseIsotropic_functions.c: In function ‘omc_OpenModelica_Scripting_uriToFilename’: Buildings.BoundaryConditions.SolarIrradiation.BaseClasses.Examples.DiffuseIsotropic_functions.c:528: error: incompatible type for argument 1 of ‘copy_string_array’ /var/lib/hudson/jobs/OpenModelica_TEST_ALL_LIBRARIES/workspace/OpenModelica/build/include/omc/c/util/string_array.h:72: note: expected ‘const struct string_array_t *’ but argument is of type ‘string_array’
Note:
See TracTickets
for help on using tickets.
r19944