• 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/jack2/0006-fix-ftbfs-with-clang.patch
Bernd KuhlsBernd Kuhls committed 50ace0bcc3106 Aug 2017
Raw file
Source viewDiff to previous
 
1
From d3c8e2d8d78899fba40a3e677ed4dbe388d82269 Mon Sep 17 00:00:00 2001
2
From: Adrian Knoth <adi@drcomp.erfurt.thur.de>
3
Date: Thu, 18 Sep 2014 18:29:23 +0200
4
Subject: [PATCH] Fix FTBFS with clang++
5
​
6
Forwarded from http://bugs.debian.org/757820
7
​
8
Downloaded from upstream commit
9
https://github.com/jackaudio/jack2/commit/d3c8e2d8d78899fba40a3e677ed4dbe388d82269
10
​
11
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
12
---
13
 common/memops.c | 2 +-
14
 1 file changed, 1 insertion(+), 1 deletion(-)
15
​
16
diff --git a/common/memops.c b/common/memops.c
17
index 27f6194a..2d416b64 100644
18
--- a/common/memops.c
19
+++ b/common/memops.c
20
@@ -198,7 +198,7 @@ static inline __m128i float_24_sse(__m128 s)
21
  */
22
 static unsigned int seed = 22222;
23
 
24
-inline unsigned int fast_rand() {
25
+static inline unsigned int fast_rand() {
26
    seed = (seed * 96314165) + 907633515;
27
    return seed;
28
 }
  • 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.