aboutsummaryrefslogtreecommitdiffstats
path: root/gui/ice40
diff options
context:
space:
mode:
authorMiodrag Milanovic <mmicko@gmail.com>2018-08-04 11:54:34 +0200
committerMiodrag Milanovic <mmicko@gmail.com>2018-08-04 11:54:34 +0200
commit0cb349b60ea17378a4c163f0c8b12e8b17988cee (patch)
treef0bf6100f6968c94b09a9d018966f495405d985d /gui/ice40
parentdc4bd1b55fba763792e3e8826a9fee63d486006b (diff)
downloadnextpnr-0cb349b60ea17378a4c163f0c8b12e8b17988cee.tar.gz
nextpnr-0cb349b60ea17378a4c163f0c8b12e8b17988cee.tar.bz2
nextpnr-0cb349b60ea17378a4c163f0c8b12e8b17988cee.zip
Utility calls static
Diffstat (limited to 'gui/ice40')
-rw-r--r--gui/ice40/mainwindow.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/ice40/mainwindow.cc b/gui/ice40/mainwindow.cc
index 3463e122..40b863e9 100644
--- a/gui/ice40/mainwindow.cc
+++ b/gui/ice40/mainwindow.cc
@@ -80,7 +80,7 @@ void MainWindow::createMenu()
static const ChipInfoPOD *get_chip_info(const RelPtr<ChipInfoPOD> *ptr) { return ptr->get(); }
-QStringList getSupportedPackages(ArchArgs::ArchArgsTypes chip)
+static QStringList getSupportedPackages(ArchArgs::ArchArgsTypes chip)
{
QStringList packages;
const ChipInfoPOD *chip_info;