Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 68070 | Differences between
and this patch

Collapse All | Expand All

(-)audiere-1.9.4/src/audiere.h (-1 / +1 lines)
Lines 28-34 Link Here
28
28
29
#include <vector>
29
#include <vector>
30
#include <string>
30
#include <string>
31
31
#include <cstring>
32
#ifdef _MSC_VER
32
#ifdef _MSC_VER
33
#pragma warning(disable : 4786)
33
#pragma warning(disable : 4786)
34
#endif
34
#endif
(-)audiere-1.9.4/src/debug.h (-1 / +1 lines)
Lines 5-11 Link Here
5
#include <assert.h>
5
#include <assert.h>
6
#include <stdio.h>
6
#include <stdio.h>
7
#include <string>
7
#include <string>
8
8
#include <cstdlib>
9
9
10
namespace audiere {
10
namespace audiere {
11
11
(-)audiere-1.9.4/src/utility.cpp (-1 / +1 lines)
Lines 4-13 Link Here
4
4
5
5
6
#include <ctype.h>
6
#include <ctype.h>
7
#include <cstdio>
7
#include "utility.h"
8
#include "utility.h"
8
#include "internal.h"
9
#include "internal.h"
9
10
10
11
namespace audiere {
11
namespace audiere {
12
12
13
  ParameterList::ParameterList(const char* parameters) {
13
  ParameterList::ParameterList(const char* parameters) {

Return to bug 68070