net/libarcus: pet portlint

- Ran it through poudriere but missed portlint -C
This commit is contained in:
Diane Bruce 2024-09-04 10:57:28 -04:00
parent f154dcbfae
commit 1330785776
2 changed files with 4 additions and 5 deletions

View file

@ -1,6 +1,5 @@
PORTNAME= libArcus
PORTVERSION= 5.3.0
PORTREVISION= 0
PORTEPOCH= 1
CATEGORIES= net cad
DIST_SUBDIR= Ultimaker

View file

@ -1,6 +1,6 @@
--- src/MessageTypeStore.cpp.orig 2024-08-19 14:31:10.714537000 +0200
+++ src/MessageTypeStore.cpp 2024-08-19 15:30:50.769879000 +0200
@@ -39,7 +39,7 @@
--- src/MessageTypeStore.cpp.orig 2023-05-19 06:44:12 UTC
+++ src/MessageTypeStore.cpp
@@ -39,7 +39,7 @@ class ErrorCollector : public google::protobuf::compil
{
}
@ -9,7 +9,7 @@
{
_stream << "[" << filename << " (" << line << "," << column << ")] " << message << std::endl;
_error_count++;
@@ -53,6 +53,10 @@
@@ -53,6 +53,10 @@ class ErrorCollector : public google::protobuf::compil
int getErrorCount()
{
return _error_count;