]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/qt-console/restore/restore.cpp
kes Make DEVICE fd private. Its new name is m_fd, and can be
[bacula/bacula] / bacula / src / qt-console / restore / restore.cpp
index c38923a6c438538851c7180943b00203e8f3eb8b..5e3d8a3422023f7c1f9667db4c94a327cd339739 100644 (file)
 
 restoreDialog::restoreDialog(Console *parent)
 {
-   (void)parent;
+   (void)parent;                      /* keep compiler quiet */
    setupUi(this);
    this->show();
 }
 
 prerestoreDialog::prerestoreDialog(Console *parent)
 {
-   (void)parent;
+   (void)parent;                      /* keep compiler quiet */
    setupUi(this);
    this->show();
 }