mirror of
https://git.freebsd.org/ports.git
synced 2025-05-17 17:43:11 -04:00
output.cc:101:22: error: cannot initialize an array element of type 'char *' with an rvalue of type 'char' The patches explain the changes. In short, weird types and weird initializations, normal for 2013-ish. Reported by: linimon
13 lines
256 B
C
13 lines
256 B
C
Fix Clang6 warning, mismatched guard defines
|
|
|
|
--- include/UserReport.h.orig 2018-07-04 10:30:57 UTC
|
|
+++ include/UserReport.h
|
|
@@ -26,7 +26,7 @@
|
|
*/
|
|
|
|
#ifndef USERREPORT_H
|
|
-#define USREREPORT_H
|
|
+#define USERREPORT_H
|
|
|
|
#include "srg.h"
|
|
#include "Report.h"
|