- Silence useless warning to reduce noise.

This commit is contained in:
Alberto Villa 2011-10-29 01:07:44 +00:00
parent c6543ee7db
commit c49018fc33
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=284581

View 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