Make compilation unit rtengine/icons.cc -Wextra clean, #4155

This commit is contained in:
heckflosse
2017-10-25 13:26:14 +02:00
parent beb6347a48
commit 7542cfc456
5 changed files with 7 additions and 6 deletions

View File

@@ -21,6 +21,7 @@
#include "icons.h"
#include <iostream>
#pragma GCC diagnostic warning "-Wextra"
namespace rtengine
{
@@ -86,7 +87,7 @@ Glib::ustring findIconAbsolutePath (const Glib::ustring& iconName)
return Glib::ustring();
}
void setPaths (const Options& options)
void setPaths ()
{
// TODO: Forcing the Dark theme, so reading the icon set files is useless for now...