~dannf/ubuntu/saucy/libatasmart/lp1234343

« back to all changes in this revision

Viewing changes to ltmain.sh

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2009-09-18 09:31:34 UTC
  • mto: (12.1.3 sid)
  • mto: This revision was merged to the branch mainline in revision 6.
  • Revision ID: james.westby@ubuntu.com-20090918093134-tfh8d2gggwyczain
Tags: upstream-0.15
ImportĀ upstreamĀ versionĀ 0.15

Show diffs side-by-side

added added

removed removed

Lines of Context:
2323
2323
extern \"C\" {
2324
2324
#endif
2325
2325
 
 
2326
#if defined(__GNUC__) && (((__GNUC__ == 4) && (__GNUC_MINOR__ >= 4)) || (__GNUC__ > 4))
 
2327
#pragma GCC diagnostic ignored \"-Wstrict-prototypes\"
 
2328
#endif
 
2329
 
2326
2330
/* External symbol declarations for the compiler. */\
2327
2331
"
2328
2332