Skip to content

Commit f35122d

Browse files
committed
Merge branch 'master' of github.com:ngscopeclient/scopehal-apps
2 parents 64928ef + b7fd0e9 commit f35122d

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

lib

src/ngscopeclient/HistoryManager.cpp

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* *
33
* ngscopeclient *
44
* *
5-
* Copyright (c) 2012-2024 Andrew D. Zonenberg and contributors *
5+
* Copyright (c) 2012-2025 Andrew D. Zonenberg and contributors *
66
* All rights reserved. *
77
* *
88
* Redistribution and use in source and binary forms, with or without modification, are permitted provided that the *
@@ -367,7 +367,10 @@ bool HistoryManager::HasHistory(TimePoint t)
367367
/**
368368
@brief Called when we run out of memory
369369
*/
370-
bool HistoryManager::OnMemoryPressure(MemoryPressureLevel level, MemoryPressureType type, size_t requestedSize)
370+
bool HistoryManager::OnMemoryPressure(
371+
[[maybe_unused]] MemoryPressureLevel level,
372+
MemoryPressureType type,
373+
[[maybe_unused]] size_t requestedSize)
371374
{
372375
LogDebug("HistoryManager::OnMemoryPressure\n");
373376
LogIndenter li;

src/ngscopeclient/ngscopeclient.desktop

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ Name=ngscopeclient
44
Type=Application
55
Exec=ngscopeclient
66
Categories=Development;Electronics
7+
Terminal=false

0 commit comments

Comments
 (0)