зеркало из https://github.com/mozilla/pjs.git
G++ warning fix submitted by Brian Grunkemeyer.
This commit is contained in:
Родитель
8034cc1873
Коммит
811153f87f
|
@ -19,7 +19,7 @@
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include "nsID.h"
|
#include "nsID.h"
|
||||||
|
|
||||||
const static char gIDFormat[] =
|
static const char gIDFormat[] =
|
||||||
"{%08lx-%04x-%04x-%02x%02x-%02x%02x%02x%02x%02x%02x}";
|
"{%08lx-%04x-%04x-%02x%02x-%02x%02x%02x%02x%02x%02x}";
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include "nsID.h"
|
#include "nsID.h"
|
||||||
|
|
||||||
const static char gIDFormat[] =
|
static const char gIDFormat[] =
|
||||||
"{%08lx-%04x-%04x-%02x%02x-%02x%02x%02x%02x%02x%02x}";
|
"{%08lx-%04x-%04x-%02x%02x-%02x%02x%02x%02x%02x%02x}";
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include "nsID.h"
|
#include "nsID.h"
|
||||||
|
|
||||||
const static char gIDFormat[] =
|
static const char gIDFormat[] =
|
||||||
"{%08lx-%04x-%04x-%02x%02x-%02x%02x%02x%02x%02x%02x}";
|
"{%08lx-%04x-%04x-%02x%02x-%02x%02x%02x%02x%02x%02x}";
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Загрузка…
Ссылка в новой задаче