Prevent written but unused variable warnings on GCC 4.6 with dummy reads.
[pub/lufa.git] / LUFA / Drivers / USB / Core / AVR8 / Pipe_AVR8.h
index 40eebef..277e282 100644 (file)
                                uint8_t Dummy;
 
                                Dummy = UPDATX;
+
+                               (void)Dummy;
                        }
 
                        /** Reads two bytes from the currently selected pipe's bank in little endian format, for OUT
 
                                Dummy = UPDATX;
                                Dummy = UPDATX;
+
+                               (void)Dummy;
                        }
 
                        /** Reads four bytes from the currently selected pipe's bank in little endian format, for OUT
                                Dummy = UPDATX;
                                Dummy = UPDATX;
                                Dummy = UPDATX;
+
+                               (void)Dummy;
                        }
 
                /* External Variables: */