mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-03 05:28:53 +02:00
committed by
waddlesplash
parent
6661b5eb6f
commit
3b25ed3172
@@ -84,3 +84,26 @@ index aaa3a5b..03723fb 100644
|
||||
--
|
||||
1.8.3.4
|
||||
|
||||
|
||||
From 6953f4b742475f5d8befe8fcc9d9f5db5c7bc6c9 Mon Sep 17 00:00:00 2001
|
||||
From: begasus <begasus@gmail.com>
|
||||
Date: Sun, 25 Dec 2016 10:12:22 +0100
|
||||
Subject: gcc5 patch
|
||||
|
||||
|
||||
diff --git a/src/init.c b/src/init.c
|
||||
index a7ad871..34e7ec2 100644
|
||||
--- a/src/init.c
|
||||
+++ b/src/init.c
|
||||
@@ -257,7 +257,7 @@ void InitGadgets()
|
||||
gadgets_initialized = TRUE;
|
||||
}
|
||||
|
||||
-inline void InitElementSmallImagesScaledUp(int graphic)
|
||||
+inline static void InitElementSmallImagesScaledUp(int graphic)
|
||||
{
|
||||
#if 0
|
||||
struct FileInfo *fi = getImageListEntryFromImageID(graphic);
|
||||
--
|
||||
2.7.0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user