Skip to content

Commit

Permalink
- Disable Werror
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10137 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Oct 16, 2011
1 parent cb745f3 commit d2ad9d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FMI/import/source/Makefile.in
Expand Up @@ -12,7 +12,7 @@ CXXINCS = -I"../include/"
BIN = ../../../build/bin/fmigenerator
LIB = ../../../build/lib/omc/libfmuWrapper.a
CXXFLAGS = $(CXXINCS)
CFLAGS = @CFLAGS@ -Wall -Werror
CFLAGS = @CFLAGS@ -Wall
CPPFLAGS = -I"../../../build/include/omc"
RM = rm -f

Expand Down

0 comments on commit d2ad9d9

Please sign in to comment.