This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
g++ -c -O2 -pthread -Wall -Wextra -Wno-ignored-qualifiers -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -I/home/ubuntu-synd-6/Desktop/bitbean-core/src -I/home/ubuntu-synd-6/Desktop/bitbean-core/src/obj -I/home/ubuntu-synd-6/Desktop/bitbean-core/src/leveldb/include -I/home/ubuntu-synd-6/Desktop/bitbean-core/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -MMD -MF obj/alert.d -o obj/alert.o alert.cpp | |
In file included from chainparams.h:10:0, | |
from protocol.h:14, | |
from net.h:20, | |
from alert.cpp:13: | |
bignum.h: In copy constructor ‘CBigNum::CBigNum(const CBigNum&)’: | |
bignum.h:66:19: warning: delegating constructors only available with -std=c++11 or -std=gnu++11 | |
: CBigNum() | |
^ | |
bignum.h: In constructor ‘CBigNum::CBigNum(signed char)’: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width"> | |
<title>JS Bin</title> | |
</head> | |
<body> | |
<script id="jsbin-javascript"> |
OlderNewer