Skip to content

Commit

Permalink
fix some warnings
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24903 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Henning Kiel committed Mar 4, 2015
1 parent 9e24c0a commit a37b7ea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Compiler/runtime/SimulationResults.c
Expand Up @@ -272,7 +272,6 @@ static void* SimulationResultsImpl__readVars(const char *filename, int readParam

static void* SimulationResultsImpl__readVarsFilterAliases(const char *filename, SimulationResult_Globals* simresglob)
{
const char *msg[2] = {"",""};
if (UNKNOWN_PLOT == SimulationResultsImpl__openFile(filename,simresglob)) {
return mmc_mk_nil();
}
Expand Down

0 comments on commit a37b7ea

Please sign in to comment.