• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/package/dropwatch/0002-remove-werror.patch
Alexander DahlAlexander Dahl committed 605200e136117 Jun 2017
Raw file
Source viewDiff to previous
 
1
From 2462baf55939ee53bb28ff5f9474761f2a888add Mon Sep 17 00:00:00 2001
2
From: Markos Chandras <markos.chandras@imgtec.com>
3
Date: Fri, 16 Jun 2017 08:53:31 +0200
4
Subject: [PATCH] remove werror
5
​
6
-Werror shouldn't be used in released code since it can
7
cause random build failures on moderate warnings. It also
8
depends on the used toolchain since different toolchains may
9
or may not print the same warnings.
10
​
11
Signed-off-by: Markos Chandras <markos.chandras@imgtec.com>
12
---
13
 src/Makefile | 2 +-
14
 1 file changed, 1 insertion(+), 1 deletion(-)
15
​
16
diff --git a/src/Makefile b/src/Makefile
17
index 5bc6aaa..527c1da 100644
18
--- a/src/Makefile
19
+++ b/src/Makefile
20
@@ -1,7 +1,7 @@
21
 all: dropwatch
22
 
23
 CPPFLAGS += -D_GNU_SOURCE
24
-CFLAGS += -g -Wall -Werror $(shell pkg-config --cflags libnl-3.0)
25
+CFLAGS += -g -Wall $(shell pkg-config --cflags libnl-3.0)
26
 LDLIBS += -lbfd -lreadline -lnl-3 -lnl-genl-3
27
 
28
 OBJFILES := main.o lookup.o\
29
-- 
30
2.1.4
31
​
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.