gnu: withershins: Build.
* gnu/packages/code.scm (withershins)[arguments]: Don't treat compiler warnings as errors.
This commit is contained in:
		
							parent
							
								
									73282c75fe
								
							
						
					
					
						commit
						66c2df9ee8
					
				
					 1 changed files with 3 additions and 0 deletions
				
			
		|  | @ -332,6 +332,9 @@ features that are not supported by the standard @code{stdio} implementation.") | |||
|     (build-system cmake-build-system) | ||||
|     (arguments | ||||
|      `(#:out-of-source? #f | ||||
|        #:configure-flags | ||||
|        ;; XXX A (justified!) misleading-indentation error breaks the build. | ||||
|        (list "-DENABLE_WERROR=OFF") | ||||
|        #:phases | ||||
|        (modify-phases %standard-phases | ||||
|          (add-after | ||||
|  |  | |||
		Reference in a new issue