Skip to content

Commit

Permalink
Suppress warning messages emitted by #warning directives
Browse files Browse the repository at this point in the history
  • Loading branch information
morevnaproject committed Jun 26, 2013
1 parent eb13231 commit d63a042
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synfig-core/m4/subs.m4
Expand Up @@ -210,7 +210,7 @@ case "$host" in
} ; fi
LTCC="gcc"
CXXFLAGS="$CXXFLAGS -LC:/GTK/lib"
CXXFLAGS="$CXXFLAGS -Wno-cpp -LC:/GTK/lib"
CFLAGS="$CFLAGS -LC:/GTK/lib"
LDFLAGS="$LDFLAGS -lole32 -Wl,--export-all-symbols -Wl,--subsystem=console -Wl,--enable-runtime-pseudo-reloc"
dnl LDFLAGS="$LDFLAGS -lole32 -no-undefined -Wl,--export-all-symbols -Wl,--enable-auto-import -Wl,--subsystem=console -Wl,--enable-runtime-pseudo-reloc"
Expand Down

0 comments on commit d63a042

Please sign in to comment.