From c40c1c52d68049434b1379c3a6d8652a1363bb07 Mon Sep 17 00:00:00 2001 From: bigbiff Date: Sat, 1 Nov 2014 09:34:57 -0400 Subject: This patchset causes issues with backups. Revert "update exfat from current head" This reverts commit 2e33c5ee0b1a1ece068489e8fd99f3e4eb3501b5. Change-Id: I00d19d98f721bb50aa937ca15b11fe3491132fcd --- exfat/libexfat/compiler.h | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'exfat/libexfat/compiler.h') diff --git a/exfat/libexfat/compiler.h b/exfat/libexfat/compiler.h index 473726d3a..6edd8ec7f 100644 --- a/exfat/libexfat/compiler.h +++ b/exfat/libexfat/compiler.h @@ -4,7 +4,7 @@ showstopper. Free exFAT implementation. - Copyright (C) 2010-2014 Andrew Nayenko + Copyright (C) 2010-2013 Andrew Nayenko This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -24,12 +24,6 @@ #ifndef COMPILER_H_INCLUDED #define COMPILER_H_INCLUDED -/* -#if __STDC_VERSION__ < 199901L -#error C99-compliant compiler is required -#endif -*/ - #if defined(__clang__) #define PRINTF __attribute__((format(printf, 1, 2))) -- cgit v1.2.3