Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Nov 2018 00:08:12 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r485570 - head/multimedia/gmmlib/files
Message-ID:  <201811220008.wAM08CvN070019@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Thu Nov 22 00:08:11 2018
New Revision: 485570
URL: https://svnweb.freebsd.org/changeset/ports/485570

Log:
  multimedia/gmmlib: expand patch comments

Modified:
  head/multimedia/gmmlib/files/patch-gcc-atomics   (contents, props changed)
  head/multimedia/gmmlib/files/patch-limits   (contents, props changed)

Modified: head/multimedia/gmmlib/files/patch-gcc-atomics
==============================================================================
--- head/multimedia/gmmlib/files/patch-gcc-atomics	Thu Nov 22 00:07:59 2018	(r485569)
+++ head/multimedia/gmmlib/files/patch-gcc-atomics	Thu Nov 22 00:08:11 2018	(r485570)
@@ -1,5 +1,30 @@
 __sync* are GCC/Clang atomic builtins supported on any platform
 
+In file included from Source/GmmLib/Platform/GmmGen11Platform.cpp:23:
+In file included from Source/GmmLib/inc/Internal/Common/GmmLibInc.h:35:
+In file included from Source/GmmLib/inc/External/Common/GmmCachePolicy.h:332:
+Source/GmmLib/inc/External/Common/GmmCachePolicyCommon.h:74:13: error: control reaches end of non-void function [-Werror,-Wreturn-type]
+            }
+            ^
+In file included from Source/GmmLib/Platform/GmmGen11Platform.cpp:23:
+In file included from Source/GmmLib/inc/Internal/Common/GmmLibInc.h:38:
+Source/GmmLib/inc/../Platform/GmmPlatforms.h:86:9: error: control reaches end of non-void function [-Werror,-Wreturn-type]
+        }
+        ^
+In file included from Source/GmmLib/Platform/GmmGen11Platform.cpp:23:
+In file included from Source/GmmLib/inc/Internal/Common/GmmLibInc.h:42:
+In file included from Source/GmmLib/inc/../Texture/GmmTexture.h:27:
+In file included from Source/GmmLib/inc/External/Common/GmmInfoExt.h:25:
+Source/GmmLib/inc/External/Common/GmmInfo.h:134:9: error: control reaches end of non-void function [-Werror,-Wreturn-type]
+        }
+        ^
+In file included from Source/GmmLib/CachePolicy/GmmGen11CachePolicy.cpp:23:
+In file included from Source/GmmLib/inc/Internal/Common/GmmLibInc.h:42:
+In file included from Source/GmmLib/inc/../Texture/GmmTexture.h:31:
+Source/GmmLib/inc/Internal/Common/Texture/GmmTextureCalc.h:163:13: error: control reaches end of non-void function [-Werror,-Wreturn-type]
+            }
+            ^
+
 --- Source/GmmLib/Platform/GmmPlatforms.h.orig	2018-09-28 18:59:39 UTC
 +++ Source/GmmLib/Platform/GmmPlatforms.h
 @@ -69,7 +69,7 @@ namespace GmmLib {

Modified: head/multimedia/gmmlib/files/patch-limits
==============================================================================
--- head/multimedia/gmmlib/files/patch-limits	Thu Nov 22 00:07:59 2018	(r485569)
+++ head/multimedia/gmmlib/files/patch-limits	Thu Nov 22 00:08:11 2018	(r485570)
@@ -1,3 +1,5 @@
+<linux/limits.h> is implicitly included via <limits.h> but not required here
+
 Source/GmmLib/Utility/GmmLog/GmmLog.cpp:36:10: fatal error: 'linux/limits.h' file not found
 #include <linux/limits.h>
          ^~~~~~~~~~~~~~~~



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811220008.wAM08CvN070019>