[geany/geany] 928de3: Don't suppress warnings or define G_OS_WIN32 (Windows build)

Nick Treleaven git-noreply at xxxxx
Wed Jul 4 11:44:44 UTC 2012


Branch:      refs/heads/master
Author:      Nick Treleaven <nick.treleaven at btinternet.com>
Committer:   Nick Treleaven <nick.treleaven at btinternet.com>
Date:        Thu, 07 Jun 2012 15:45:37
Commit:      928de3d68425374f154f01367ddce0c0bd8f0260
             https://github.com/geany/geany/commit/928de3d68425374f154f01367ddce0c0bd8f0260

Log Message:
-----------
Don't suppress warnings or define G_OS_WIN32 (Windows build)


Modified Paths:
--------------
    tagmanager/src/makefile.win32

Modified: tagmanager/src/makefile.win32
4 files changed, 2 insertions(+), 2 deletions(-)
===================================================================
@@ -25,7 +25,7 @@ GTK_INCLUDES= \
 
 INCLUDEDIRS=-I ../ctags -I ../ -I . $(GTK_INCLUDES)
 
-CBASEFLAGS=-Wall -pipe -mms-bitfields -DPACKAGE=\"geany\" -DG_OS_WIN32 -Wno-missing-braces -Wno-char-subscripts $(INCLUDEDIRS)
+CBASEFLAGS=-Wall -pipe -mms-bitfields -DPACKAGE=\"geany\" -Wno-missing-braces -Wno-char-subscripts $(INCLUDEDIRS)
 ifdef DEBUG
 CFLAGS= -O0 -g $(CBASEFLAGS)
 else
@@ -33,7 +33,7 @@ CFLAGS=-O2 $(CBASEFLAGS)
 endif
 
 .c.o:
-	$(CC) $(REGEX_DEFINES) $(CFLAGS) -w -c $<
+	$(CC) $(REGEX_DEFINES) $(CFLAGS) -c $<
 
 all: $(COMPLIB)
 


@@ Diff output truncated at 100000 characters. @@


--------------
This E-Mail was brought to you by github_commit_mail.py (Source: TBD).



More information about the Commits mailing list