Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2563265b authored by Mike Frysinger's avatar Mike Frysinger Committed by Bryan Wu
Browse files

Blackfin arch: put quotes around error to silence a ton of warnings from gcc-4.3

parent efe065a1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -134,7 +134,7 @@
#endif

#ifndef CPU
#error Unknown CPU type - This kernel doesn't seem to be configured properly
#error "Unknown CPU type - This kernel doesn't seem to be configured properly"
#endif

#endif				/* __MACH_BF527_H__  */
+1 −1
Original line number Diff line number Diff line
@@ -153,7 +153,7 @@
#endif

#ifndef CPU
#error Unknown CPU type - This kernel doesn't seem to be configured properly
#error "Unknown CPU type - This kernel doesn't seem to be configured properly"
#endif

#endif				/* __MACH_BF533_H__  */
+1 −1
Original line number Diff line number Diff line
@@ -133,7 +133,7 @@
#endif

#ifndef CPU
#error Unknown CPU type - This kernel doesn't seem to be configured properly
#error "Unknown CPU type - This kernel doesn't seem to be configured properly"
#endif

#endif				/* __MACH_BF537_H__  */
+1 −1
Original line number Diff line number Diff line
@@ -118,7 +118,7 @@
#endif

#ifndef CPU
#error Unknown CPU type - This kernel doesn't seem to be configured properly
#error "Unknown CPU type - This kernel doesn't seem to be configured properly"
#endif

#endif				/* __MACH_BF538_H__  */
+1 −1
Original line number Diff line number Diff line
@@ -122,7 +122,7 @@
#endif

#ifndef CPU
#error Unknown CPU type - This kernel doesn't seem to be configured properly
#error "Unknown CPU type - This kernel doesn't seem to be configured properly"
#endif

#endif	/* __MACH_BF48_H__  */
Loading