From: Ben Pfaff Date: Sat, 23 Sep 2017 17:37:35 +0000 (-0700) Subject: compiler: Fix test for "optimize" attribute. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a8c6e993d9146233cf380be16c0790f5c5d4b715;hp=a8c6e993d9146233cf380be16c0790f5c5d4b715;p=pspp compiler: Fix test for "optimize" attribute. This was introduced with GCC 4.4. This fixes build warnings compiling with Clang, which pretends to be GCC 4.3 and does not support the "optimize" attribute. ---