Skip to content

Commit 491f09a

Browse files
committed
- attempt to fix builds
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24627 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
1 parent f3fd414 commit 491f09a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Compiler/Template/CodegenC.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4634,7 +4634,7 @@ template functionsFile(String filePrefix,
46344634

46354635
<% if mainFunction then
46364636
<<
4637-
void (*omc_assert)(threadData_t*,FILE_INFO info,const char *msg,...) __attribute__ ((noreturn)) = omc_assert_function;
4637+
void (*omc_assert)(threadData_t*,FILE_INFO info,const char *msg,...) = omc_assert_function;
46384638
void (*omc_assert_warning)(FILE_INFO info,const char *msg,...) = omc_assert_warning_function;
46394639
void (*omc_terminate)(FILE_INFO info,const char *msg,...) = omc_terminate_function;
46404640
void (*omc_throw)(threadData_t*) __attribute__ ((noreturn)) = omc_throw_function;

0 commit comments

Comments
 (0)