Opened 8 years ago

#3972 new defect

Redefinition of OMC_FILE macro

Reported by: hkiel Owned by: lochel
Priority: low Milestone: Future
Component: Code Generation Version:
Keywords: Cc:

Description

Redefinition of OMC_FILE macro causes warnings from compiler:

1 warning generated.
In file included from LotkaVolterra_16dae.c:23:
In file included from ./LotkaVolterra_functions.h:15:
./LotkaVolterra_model.h:4:11: warning: 'OMC_FILE' macro redefined [-Wmacro-redefined]
  #define OMC_FILE "/tmp/OMEdit/LotkaVolterra_model.h"
LotkaVolterra_16dae.c:4:11: note: previous definition is here
  #define OMC_FILE "/tmp/OMEdit/LotkaVolterra_16dae.c"

Appears only when compiling for algorithmic/transformational debugger:
*_12jac.h
*_13opt.h
*_16dae.h
*_model.h

Change History (0)

Note: See TracTickets for help on using tickets.