replace assert.h with cassert
The former was deprecated with C++14. According to the C++11 and C++17 standards, both files are identical. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
src
IcyMetaDataParser.cxxIdle.cxxIdleFlags.cxxLogBackend.cxxLogInit.cxxMapper.cxxMusicBuffer.cxxMusicChunk.cxxMusicPipe.cxxPermission.cxxPlaylistFile.cxxReplayGainGlobal.cxxReplayGainMode.cxxSingleMode.cxxSongLoader.cxxSongUpdate.cxxTagFile.cxxTagStream.cxxls.cxx
archive
client
command
AllCommands.cxxCommandListBuilder.hxxFileCommands.cxxMessageCommands.cxxOtherCommands.cxxRequest.hxx
config
db
decoder
encoder
EncoderInterface.hxx
plugins
event
BufferedSocket.hxxCall.cxxFullyBufferedSocket.cxxIdleMonitor.cxxLoop.hxxMultiSocketMonitor.hxxPollGroupPoll.cxxPollGroupWinSelect.hxxServerSocket.cxxSignalMonitor.cxxSocketMonitor.cxxSocketMonitor.hxx
filter
fs
input
AsyncInputStream.cxxBufferedInputStream.hxxInit.cxxInputPlugin.cxxInputPlugin.hxxInputStream.cxxInputStream.hxxLocalOpen.cxxRewindInputStream.cxxTextInputStream.cxxThreadInputStream.cxxThreadInputStream.hxx
cache
plugins
java
lib
alsa
curl
dbus
ffmpeg
icu
nfs
sqlite
upnp
xiph
mixer
net
output
Control.cxxInit.cxxMultipleOutputs.cxxMultipleOutputs.hxxOutputPlugin.cxxSharedPipeConsumer.hxxSource.hxxThread.cxxTimer.cxx
plugins
pcm
AudioFormat.cxxAudioParser.cxxChannelsConverter.cxxChannelsConverter.hxxConfiguredResampler.cxxConvert.cxxDop.cxxDsd2Pcm.cxxExport.cxxFallbackResampler.cxxFormatConverter.cxxFormatConverter.hxxGlueResampler.cxxLibsamplerateResampler.cxxMix.cxxPcmChannels.cxxPcmDsd.cxxRestBuffer.hxxSampleFormat.cxxSoxrResampler.cxxVolume.cxxVolume.hxx
player
playlist
queue
song
sticker
storage
system
tag
ApeLoader.cxxBuilder.cxxFixString.cxxMixRamp.cxxParseName.cxxPool.cxxReplayGain.cxxTag.cxxVorbisComment.cxx
thread
time
unix
util
test
@ -33,7 +33,7 @@
|
||||
#include "Ref.hxx"
|
||||
#include "Exception.hxx"
|
||||
|
||||
#include <assert.h>
|
||||
#include <cassert>
|
||||
|
||||
namespace Java {
|
||||
/**
|
||||
|
@ -34,7 +34,7 @@
|
||||
|
||||
#include <jni.h>
|
||||
|
||||
#include <assert.h>
|
||||
#include <cassert>
|
||||
|
||||
namespace Java {
|
||||
/**
|
||||
|
@ -34,10 +34,9 @@
|
||||
|
||||
#include <jni.h>
|
||||
|
||||
#include <cassert>
|
||||
#include <utility>
|
||||
|
||||
#include <assert.h>
|
||||
|
||||
namespace Java {
|
||||
/**
|
||||
* Hold a local reference on a JNI object.
|
||||
|
Reference in New Issue
Block a user