From c7f43fb0176cfe2b631c78fca24d905a0b3ce265 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Andriot?= Date: Wed, 18 Jul 2018 18:52:50 +0900 Subject: [PATCH] Fixed failed rpmlint check on opensuse Leap 15.0 Signed-off-by: Michele Calgaro --- src/smartauthmon.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/smartauthmon.cpp b/src/smartauthmon.cpp index b83c402..ea49442 100644 --- a/src/smartauthmon.cpp +++ b/src/smartauthmon.cpp @@ -228,6 +228,8 @@ TQString get_file(TQString prefix, TQString mode) { usleep(100000); // [FIXME] Here I assume that the entire file will be written (after it was created) within 100us. This may not be correct in all cases! return TQString("3F00_%1").arg(file); } + + return TQString(""); } void createfile(TQString prefix, TQString mode)