- Silence useless warning to reduce noise.
This commit is contained in:
parent
c6543ee7db
commit
c49018fc33
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=284581
1 changed files with 12 additions and 0 deletions
12
x11/kdelibs4/files/patch-kdecore__util__kshareddatacache_p.h
Normal file
12
x11/kdelibs4/files/patch-kdecore__util__kshareddatacache_p.h
Normal file
|
@ -0,0 +1,12 @@
|
|||
--- ./kdecore/util/kshareddatacache_p.h.orig 2011-10-28 05:24:56.297083311 -0700
|
||||
+++ ./kdecore/util/kshareddatacache_p.h 2011-10-28 05:25:42.467076066 -0700
|
||||
@@ -423,9 +423,6 @@
|
||||
#ifdef __GNUC__
|
||||
#warning "This system does not seem to support posix_fallocate, which is needed to ensure KSharedDataCache's underlying files are fully committed to disk to avoid crashes with low disk space."
|
||||
#endif
|
||||
- kWarning(ksdcArea()) << "This system misses support for posix_fallocate()"
|
||||
- " -- ensure this partition has room for at least"
|
||||
- << fileSize << "bytes.";
|
||||
|
||||
// TODO: It's possible to emulate the functionality, but doing so
|
||||
// overwrites the data in the file so we don't do this. If you were to add
|
Loading…
Reference in a new issue